avngrstark commited on
Commit
74068b9
·
verified ·
1 Parent(s): 6aed01f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -9,4 +9,33 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
12
+
13
+ # Movie Recommendation System
14
+
15
+ This project is a Movie Recommendation System built using Streamlit. The system provides movie recommendations based on the input movie name, leveraging cosine similarity between movie vectors. Additionally, the system fetches and displays movie posters using The Movie Database (TMDb) API.
16
+
17
+ ## Features
18
+
19
+ Movie Recommendations: Get 20 movie recommendations based on the cosine similarity of movie vectors.
20
+
21
+ Movie Posters: Fetch and display movie posters from TMDb for each recommended movie.
22
+ Autocomplete Input: Select movie names from a preloaded list for ease of use.
23
+
24
+
25
+ ## How to use the app:
26
+
27
+ Enter a movie name or select from the dropdown menu.
28
+ Click on "Get Recommendations" to see a list of recommended movies along with their posters.
29
+
30
+
31
+
32
+
33
+
34
+ **Contributions** are welcome! Please open an issue for any improvements or bug fixes.
35
+
36
+ ## Contact
37
+ **Twitter** : https://x.com/avngr___stark
38
+
39
+ **Email** : [email protected]
40
+
41
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference