⚠ For other Detailed Information visit our Wiki Page: Click Here
-
Git clone: Github Link
-
In Terminal, pip install -r requirements.txt to install the pre-requisites
-
Setup Config.py file @ prediction/config.py:
- Login with Kaggle Account Click Here
- Once logged in, generate new API Key from Accounts Tab
- Save those details in required empty fields in prediction/config.py file
-
Setup Config.py file @ webapp/server/config.py:
-
Login with Spotify Developer Click Here
-
Create a new App on Spotify Developer Console
-
Edit the file at webapp/server/config.py
-
Setup Chart Studio:
-
Create a chart studio account Click Here
-
Get the API Key from here Click Here
-
-
Edit the details on webapp/server/config.py with respective data
-
- Run generate_ml_model.py
- Make sure a .pkl file is made finally
-
Setup correct location of training model and make sure every field is changed as per instructions.
-
Run app.py to start the app
-
If everything goes well, your app will be posted at http://localhost:9090