A simple web app which predicts western classical music composer using CRNN.
CRNN model constructed and trained using Keras with Tensorflow.
- Back-end : Flask(Python)
- Front-end : HTML, CSS, jQuery
- Clone this repo to your local machine
$ git clone https://github.com/promisemee/PredictComposer.git
- Install requirements
$ pip -r install requirements.txt
- Run the script
$ flask run
- Go to http://localhost:5000
This project is licensed under the terms of the MIT license.
