Skip to content

Predicts if a song is going to be a billboard hit or not.

Notifications You must be signed in to change notification settings

Sarvesh67/billboard-predictor

 
 

Repository files navigation

billboard-predictor

Predicts if a song is going to be a billboard hit or not.

Setup:

  • Create a virtual env
virtualenv billboard_predictor
  • Activate virtual env
source billboard_predictor/bin/activate
  • Prepare your environment by installing the dependencies
pip install -r requirements.txt

To run:

python3 app.py

About

Predicts if a song is going to be a billboard hit or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.1%
  • CSS 14.7%
  • HTML 14.2%