This repository was created for academic purposes and the project is in active development. The goal of this project is to design a model for predicting song popularity.
If using pip run
pip install requirements.txt -r
To install all dependencies
If using conda for dependencies, run the following command to create your environment with the required dependencies:
conda env create -f environment.yml
If you install new dependencies, run the following command to update environment.yml:
conda env export > environment.yml
To run the code, you can re-run the jupyter notebook called main.ipynb
, in teh src
folder.