Skip to content

A Flask based application with TF-IDF model pickled and deployed on Heroku mainly used to display moods of top songs trending in the United States.

Notifications You must be signed in to change notification settings

adison1994/Music-Mood-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music-Mood

Heroku Link: https://music-mood-analyzer.herokuapp.com/

Screenshot

Usage

Install requirements

pip install -r requirements.txt

Run Server

python app.py

Classifier Information - V1

  • Model : Support Vector Machine

    • Training F1 : 0.997
    • Validation F1 : 0.712
  • Method : TFIDF - Vectorizer

    • Stopwords : English
    • N-Gram Range : (1,5)

Codelabs

https://codelabs-preview.appspot.com/?file_id=1GLGXp5jniPDrvBAQd1ffC1ApWlR60HM7WkQWlVrU6w8#0

Built With

About

A Flask based application with TF-IDF model pickled and deployed on Heroku mainly used to display moods of top songs trending in the United States.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published