A streamlined, multi-method recommendation system built using the MovieLens dataset. This app offers content-based, collaborative, and genre-driven suggestions β all through an interactive Streamlit interface.
Users select a movie, and the system returns recommendations using:
- π Tag-Based Content Filtering β via tag relevance scores from
genome_scores.csv - π₯ Collaborative Filtering β using item-based cosine similarity over
ratings.csv - π Genre-Based Filtering β powered by TF-IDF on the
genrescolumn inmovie.csv
Each technique provides different yet complementary perspectives on what users might enjoy watching next.
To run locally:
git clone https://github.com/Rashmi12-coder/AIML-Project.git
cd AIML-Project
streamlit run cleaned_recommender_app.py