Skip to content

ramsrk7/Music-Recommendation

Repository files navigation

Music-Recommendation

Model Requirements:

pip install -r requirements.txt

To update the model requirement versions (incase the requirements do throw an error), run the following on a new environment:

pip install pip-tools
pip-compile requirements.in
pip install -r requirements.txt

DATA:

  • Lyrics = "TrackData.csv",
  • Words = "Words.txt"
  • Database = "track_metadata.db"
  • Encodings ="Encodings_numpy.pickle.npy"
  • User-Song Database = "train-triplets.txt"

Download the files from Google Drive.

The models can be run through the UI, which is developed using Streamlit. Run the streamlit app using the following command.

streamlit run ui.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •