BingeAI / README.md
nish-jain's picture
Upload README.md with huggingface_hub
3b37930 verified
|
Raw
History Blame Contribute Delete
725 Bytes
---
tags:
- streamlit
- movie-recommendation
- kaggle
---
# BingeAI Dataset
This dataset repository stores `movie_recommender.pkl`, the cleaned and serialized artifact used by the BingeAI Streamlit app.
- Live app: https://bingeai.streamlit.app/
- GitHub repo: https://github.com/nish-jain4/BingeAI
- Original Kaggle dataset: https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata
## About
The original movie metadata was downloaded from the Kaggle TMDB 5000 Movie Dataset, cleaned and preprocessed in the project notebook, and then saved as `movie_recommender.pkl` for fast loading in the deployed app.
## File
- `movie_recommender.pkl`: processed movie metadata and similarity matrix for the recommendation engine