A web app for sentiment analysis of track lyrics with using musicmatch and discogs api
- Python, ReactJS, Redis, Tornado, NLTK
For server
$ mkvirtualenv your-env
$ cd server
$ pip install -r requirements.txt
$ redis-server
$ python app.py
For frontend
$ npm install
$ npm start