Python Music Recommender: A Practical Guide Part-1
Creating a Music Recommendation Engine in Python: A Practical Tutorial
Sep 16, 20237 min read143

Search for a command to run...

Series
The Python Music Recommender is a machine learning algorithm that recommends songs to users based on their playlist. The algorithm uses a variety of features to calculate the similarity between songs.
Creating a Music Recommendation Engine in Python: A Practical Tutorial

Creating a Music Recommendation Engine in Python: A Practical Tutorial

Travelling back to time to get Top 10 Songs for every year since 1958 - 2022

Building a web-app using Streamlit.

Containerizing the Streamlit app using Docker
