Skip to content

estebanvz/peruvian-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Contributors Forks Stargazers Issues GNU v3 License


Logo

Music Composition with Neural Networks and Transformers

Published on Medium

View Medium · Report Bug · Request Feature

How to produce music using artificial intelligence?

The results obtained by the Transformers are incredible in the area of NLP. The potential to capture the relationship between data without limits on the distance between them changed the game. However, other fields are achieving remarkable results using transformers like music composition. In this article, we are going to explore how to build a music composition neural network using transformers.

(back to top)

Built With

This project was builded with the next technologies.

(back to top)

Getting Started

Prerequisites

You need the next componenets to run this project.

  • Docker. To install it follow these steps Click. On Ubuntu, you can run:
sudo apt-get install docker-ce docker-ce-cli containerd.io
  • Visual Studio Code. To install it follow these steps Click. On Ubuntu, you can run:
sudo snap install code --classic
  • Install the visual studio code extension "Remote - Containers"

Installation

Follow the next steps:

  1. Run the visual studio code.
  2. Open the folder where you clone the repository.
  3. Click on the green button with this symbol in the bottom left of visual studio code "><".
  4. Click on reopen in a container.
  5. Execute "main.py".

(back to top)

Usage

You can use the generator running main.py. Just need to download the midi file and save it as music.mid in the same folder.

python3 main.py

License

Distributed under the GNU v3 License. See LICENSE for more information.

(back to top)

Contact

Esteban Vilca - @ds_estebanvz - esteban.wilfredo.g@gmail.com

Project Link: https://github.com/estebanvz/peruvian-music

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published