luojiahuli / Music_AI

Use TensorFlow to generate music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music_AI

--

Overview

Use TensorFlow to generate short sequences of music with an acoustic model called Restricted Boltzmann Machine

Dependencies

Get Started

  1. Install project requirements
pip install -r requirements.txt
  1. Drop in music files

The training data goes in the midi_data folder. You have to use MIDI files.

  1. Run script
python music_generator.py

Training will take 5-10 minutes on a modern laptop. The output will be a collection of midi files.

Credits

About

Use TensorFlow to generate music


Languages

Language:Python 100.0%