Simple Movie Recommender System using Content-Based Filtering
Contributor : Rochi Eko Pambudi
There are several file available in this repository :
- Movie_Recommender_System.ipynb for model Building
- book dataset from https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata
- main.py for UI architecture with folder dependencies
Please Download Simiarity.pkl
Before running this project, make sure you have installed all the dependencies in requirements.txt
and download similarity.pkl:
https://drive.google.com/file/d/1upnCSMkT5YJa5NtH7VniQ9UQx1E8jav7/view?usp=share_link
copy to folder model
To run this project:
streamlit run main.py
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.1.112:8501