vinetran commited on
Commit
2aca688
1 Parent(s): 7b3c9e5

update readme

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,4 +5,6 @@ The project aims to build a movie recommender based on movie attributes (title,
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/)
 
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
+
9
+ Finally, the movie recommender was deployed as a streamlit application.
10
  [The application can be reached here] (https://vinetran-movie--recommender-app-tn7gmf.streamlit.app/)