Skip to content

Latest commit

 

History

History
66 lines (56 loc) · 2.13 KB

README.md

File metadata and controls

66 lines (56 loc) · 2.13 KB
Python
TensorFlow Flask

The gennhausser project is for music generation using a Long Short-Term Memory (LSTM) neural network. The gennhausser project uses TensorFlow and music21 libraries to create a synthetic dataset, train an LSTM model, and generate MIDI sequences.

Scripts:

  • main.py: The selection menu for gennhuasser
  • app.py: Run gennhuasser as a web-server

/scripts/

  • trainer.py: Runs gennhuasser trainer
  • install_dependencies.py: Install dependencies

How to Run:

pip install -r requirements.txt
python main.py

To make the setup script executable, run the following command in your terminal:

chmod +x setup.sh
numpy==1.26.2
tensorflow==2.14.0
music21==9.1.0