This is going to be a web application made to recommend new music to users. This algorithm will constantly mine new music data including, Avg Rating, number of Ratings, and more. The stages of the project are below
- Develope the crawler to get data. ✅
- Process, clean up, Normalize data.
- Plot and visulize data.
- Develope kNN to use data.
- Develope the user interface.
- Incorporate User log in and data base for each user.
- Implement User-based collaborative filtering.