β# movie-recommender-appβ # π₯ Movie Recommender System
A simple yet effective Movie Recommendation System built using Collaborative Filtering (User-User similarity) with the classic MovieLens dataset.
movie-recommender-app/ βββ collaborative_filtering.py # Main script with CLI βββ movie_recommender.py # Core recommendation logic βββ similarity_scores.py # Similarity calculation βββ u.data # MovieLens ratings data βββ u.item # Movie information βββ README.md βββ pycache/ # Python cache (ignored)
python collaborative_filtering.py βuser1 196 βuser2 481 βscore-type Euclidean
A Collaborative Filtering based movie recommendation system built with Python using the MovieLens dataset.
movie-recommender-app/ βββ collaborative_filtering.py # Main CLI entry point βββ movie_recommender.py # Core recommendation logic βββ similarity_scores.py # Similarity calculations βββ u.data # User ratings (MovieLens 100K) βββ u.item # Movie metadata βββ README.md βββ pycache
python collaborative_filtering.py βuser1 196 βuser2 481 βscore-type Euclidean