Skip to content

A deep learning project that generates new music compositions using a Long Short-Term Memory (LSTM) neural network. It learns from a dataset of MIDI files to create original sequences of notes and chords, which can be converted into MIDI format for playback.

License

Notifications You must be signed in to change notification settings

mazyhehe/Project-AI-Music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project-AI-Music

Description

A deep learning project that generates new music compositions using a Long Short-Term Memory (LSTM) neural network. It learns from a dataset of MIDI files to create original sequences of notes and chords, which can be converted into MIDI format for playback.

Installation

To run this project, you'll need to have Python installed on your machine. Additionally, you'll need to install some dependencies:

pip install tensorflow music21 numpy keras

Usage

To use Project AI Music, follow these steps:

Clone the repository:

git clone https://github.com/your-username/project-ai-music.git

Navigate to the project directory:

cd project-ai-music

Run the script:

python music_generator.py

Contributing

Contributions to Project AI Music are welcome! If you have an idea for an improvement or a bug fix, feel free to fork the repository, make your changes, and submit a pull request.

About

A deep learning project that generates new music compositions using a Long Short-Term Memory (LSTM) neural network. It learns from a dataset of MIDI files to create original sequences of notes and chords, which can be converted into MIDI format for playback.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published