gopikrsmscs commited on
Commit
9cf5459
β€’
1 Parent(s): 39c5d4b

Update readme

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # mycinepick-recommendation-system
2
  ## Overview
3
  MyCinePick is a personalized movie recommendation system built using collaborative filtering techniques and hosted on Streamlit. The app provides tailored movie suggestions based on user input, making it easy to discover new movies aligned with individual preferences. By selecting a user from the dropdown menu, the system generates the top-k movie recommendations, leveraging user-user similarity.
 
1
+
2
+ ---
3
+ title: mycinepick-recommendation-system
4
+ emoji: πŸ‘©πŸ½β€πŸ’»
5
+ colorFrom: purple
6
+ colorTo: blue
7
+ sdk: streamlit
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
  # mycinepick-recommendation-system
13
  ## Overview
14
  MyCinePick is a personalized movie recommendation system built using collaborative filtering techniques and hosted on Streamlit. The app provides tailored movie suggestions based on user input, making it easy to discover new movies aligned with individual preferences. By selecting a user from the dropdown menu, the system generates the top-k movie recommendations, leveraging user-user similarity.