Skip to content

KkavyDave/Multi-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Recommender System

A unified machine learning application that provides personalized recommendations across three domains: Books, Movies, and Music. Built using Python, ML techniques, and deployed with Streamlit for an interactive user experience.


🚀 Features

  • Books Recommender

    • Suggests books based on title and author similarity using TF-IDF vectorization and cosine similarity.
  • Movies Recommender

    • Recommends movies using precomputed content similarity over genres, keywords, and more.
  • Music Recommender

    • Finds similar Spotify tracks based on song name, artist, and genre.
    • Optimized to handle large datasets (600K+ songs) with efficient TF-IDF + cosine similarity on demand.
  • Streamlit Web Interface

    • Home page to select between books, movies, and music.
    • Dedicated pages showing recommendations with similarity scores and graphical insights.

🛠 Tech Stack

  • Python 3.11
  • Pandas, NumPy for data handling
  • Scikit-learn for TF-IDF & cosine similarity
  • Matplotlib for plots
  • Streamlit for interactive UI

Access the website : https://kkavy-project.streamlit.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages