File size: 725 Bytes
406b121 3b37930 406b121 d21fdb4 3b37930 d21fdb4 3b37930 d21fdb4 3b37930 d21fdb4 3b37930 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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
|