Sarvesh67 / billboard-predictor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 71.1%Language:CSS 14.7%Language:HTML 14.2%