Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 713 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 713 Bytes

Movie_Site_New

A Django-based movie recommendation system that includes 4 types of recommender systems. 2 types of content-based, and 2 types of collaborative. Recommender systems are based on k-nearest neighbors algorithms using cosine and euclidean distances. The database was filled using TMDB API (movies) and MovieLens dataset (ratings). Movie Recommendation App is my Engineer's Thesis project.

You can download the necessary "media" folder and database from there: https://drive.google.com/drive/folders/1EKVAT5DhV5mdZaeraojxyOFc1l-TMTTn?usp=sharing

Main Page: Main Page Movie Page: Movie Page User Page: User Page