- This is the official repository for the BCS FAP (Freshers Amatuer Projects) - Music Recommender System
- Mentors of the project :
- Udbhav Agarwal (udbhav-44)
- Saaumitra Raaj (HitzJack)
- The aim of the project is to create a content-based music recommendation system using python by analysis various algorithms.
The Project is set to have a tentative length of 5 weeks.
- Week 1 - Basics of Python (Numpy, Pandas, Tensorflow, Etc)
- Week 2 - Basics ML algorithms (Linear Regression, Logistic Regression)
- Week 3 - Implementation of various recommendation algorithms
- Week 4 - Building of final recommender model.
- Week 5 - Model training and testing and further fine-tuning if needed.
- Open your terminal (in case of Mac) or Cmd (Windows)
- Enter the following commands
git clone https://github.com/udbhav-44/Music-Recommender-System-BCS.git
- This will Clone the repository onto your local machine
- To Update/Sync the repo with the changes, run the following command:
cd /path/to/the/cloned/repo
git pull