Skip to content

Program that will generate melodies using AI

Notifications You must be signed in to change notification settings

bsyoon88/AI-Music-Generator

Repository files navigation

AI-Music-Generator

It is an program that generator the melodies using deep learning

For programming following model I used simple concept of RNN-LSTM network.You can read more about LSTM network here

https://colah.github.io/posts/2015-08-Understanding-LSTMs/

Libraries And Dataset

Libraries used are:-

  • tensorflow>=2.4
  • music21

For the dataset I used krn files of folk songs download from https://kern.humdrum.org/cgi-bin/browse?l=essen%2Feuropa%2Fdeutschl .

For training model only "deutschl\erk" folder is been used.

Installation

Clone the github repository using git command.

git clone https://github.com/Raj-Ailani/AI-Music-Generator.git

Usage

Open command promp in github repository and use command:-

python melodygenerator.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Program that will generate melodies using AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages