rasbt/musicmood

How to start with my music

quintz opened this issue · 1 comments

Hey,

I stumbled upon you project and wanted to try it with some of my music.
Can you point me where to start and what to edit?

Thanks alot!

rasbt commented

Hi there. I used to have a webapp, but I pulled this 1-2 years ago because it was more like a hobby/side project. In any case, if you run the following:

https://github.com/rasbt/musicmood/blob/master/code/classify_lyrics/nb_init_model.ipynb

you will get a model in the end that you can use for making predictions locally on your computer.

In case you want to run the webapp locally in your browser using Flask, I also have the whole code available in this directory here: https://github.com/rasbt/musicmood/tree/master/code/webapp

I believe you would be able to run it via python main.py once all the dependencies are installed.