Balaji S commited on
Commit
a9f679f
·
verified ·
1 Parent(s): 507dd14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -1,18 +1,18 @@
1
- ---
2
- title: DA626
3
- emoji: 🐠
4
- colorFrom: blue
5
- colorTo: yellow
6
- sdk: streamlit
7
- sdk_version: 1.39.0
8
- app_file: app.py
9
- pinned: true
10
- license: mit
11
- short_description: Deployment of EasyRec
12
- ---
13
-
14
- The [EasyRec](https://github.com/HKUDS/EasyRec) and [EasyRec-Forked](https://github.com/jibala-1022/EasyRec) models is used to recommend movies from [TMDB 5000 Movies Dataset](https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata?select=tmdb_5000_movies.csv)
15
-
16
- `requirements.txt` contains packages needed during deployment only. Thus `json` is omitted.
17
-
18
- Execute `preprocessing.py` to compute movie embeddings before deploying the app.
 
1
+ ---
2
+ title: EasyRec Movie Recommender
3
+ emoji: 🐠
4
+ colorFrom: blue
5
+ colorTo: yellow
6
+ sdk: streamlit
7
+ sdk_version: 1.39.0
8
+ app_file: app.py
9
+ pinned: true
10
+ license: mit
11
+ short_description: Deployment of EasyRec
12
+ ---
13
+
14
+ The [EasyRec](https://github.com/HKUDS/EasyRec) and [EasyRec-Forked](https://github.com/jibala-1022/EasyRec) models is used to recommend movies from [TMDB 5000 Movies Dataset](https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata?select=tmdb_5000_movies.csv)
15
+
16
+ `requirements.txt` contains packages needed during deployment only. Thus `json` is omitted.
17
+
18
+ Execute `preprocessing.py` to compute movie embeddings before deploying the app.