EasyRec / README.md
Balaji S
Update README.md
a9f679f verified
---
title: EasyRec Movie Recommender
emoji: 🐠
colorFrom: blue
colorTo: yellow
sdk: streamlit
sdk_version: 1.39.0
app_file: app.py
pinned: true
license: mit
short_description: Deployment of EasyRec
---
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)
`requirements.txt` contains packages needed during deployment only. Thus `json` is omitted.
Execute `preprocessing.py` to compute movie embeddings before deploying the app.