Skip to content

A web app for sentiment analysis of track lyrics written with Python, ReactJS

Notifications You must be signed in to change notification settings

kaansan/classifica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

classifica

A web app for sentiment analysis of track lyrics with using musicmatch and discogs api

Showcase

classifica

Project stack

  • Python, ReactJS, Redis, Tornado, NLTK

Instructions

For server

$ mkvirtualenv your-env
$ cd server
$ pip install -r requirements.txt
$ redis-server
$ python app.py

For frontend

$ npm install
$ npm start

References

About

A web app for sentiment analysis of track lyrics written with Python, ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published