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.
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 kerasTo use Project AI Music, follow these steps:
git clone https://github.com/your-username/project-ai-music.gitcd project-ai-musicpython music_generator.pyContributions 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.