Eric Hierholzer commited on
Commit
fb63f4e
·
1 Parent(s): 0a2f730
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Netflix Content-Based Recommender
2
 
3
  A Flask-based web application that provides personalized recommendations for Netflix content using a content-based filtering approach.
 
1
+ ---
2
+ title: Netflix Recommendation App
3
+ emoji: 🍿
4
+ colorFrom: red
5
+ colorTo: black
6
+ sdk: docker
7
+ python_version: "3.12"
8
+ app_port: 7860
9
+ pinned: false
10
+ short_description: "A Flask app for Netflix title recommendations using cosine similarity."
11
+ tags: ["recommendation", "netflix", "flask", "cosine-similarity", "docker"]
12
+ ---
13
+
14
  # Netflix Content-Based Recommender
15
 
16
  A Flask-based web application that provides personalized recommendations for Netflix content using a content-based filtering approach.