/billboard-predictor

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

Primary LanguagePython

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