vinetran commited on
Commit
9f446ac
1 Parent(s): c928b9c

update readme

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,2 +1,8 @@
1
  ## Building Movie Recommender Project
 
 
 
 
 
 
2
  [The application can be reached here] (https://vinetran-movie--recommender-app-tn7gmf.streamlit.app/)
 
1
  ## Building Movie Recommender Project
2
+
3
+ The project aims to build a movie recommender based on movie attributes (title, genre, age certification, production country, actors, imdb score, imdb number of votes, tmdb popularity, tmdb score, duration and description/summary)
4
+
5
+ [Project data can be retrieved here] (https://www.kaggle.com/datasets/dgoenrique/netflix-movies-and-tv-shows). The data contains over 19,000 movies titles collected from different movie platforms: Netflix, Amazon prime movies, AppleTV, Disney+, HBO max and Paramount.
6
+
7
+ Recommendation is based on the similarity between movies which consists of 2 parts: similarity of the summaries and that of the remaining characteristics. For the first one, an autoencoders model was implemented. Cosine similarity was called for calculating similarites. The final similarity matrix was recuperated by taking average of these 2 similarity scores.
8
  [The application can be reached here] (https://vinetran-movie--recommender-app-tn7gmf.streamlit.app/)