Spaces:
Sleeping
Sleeping
Balaji S
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
---
|
2 |
-
title:
|
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.
|