Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 945 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 945 Bytes

RecommenderSystem

Simple Movie Recommender System using Content-Based Filtering

Contributor : Rochi Eko Pambudi

There are several file available in this repository :

  1. Movie_Recommender_System.ipynb for model Building
  2. book dataset from https://www.kaggle.com/datasets/tmdb/tmdb-movie-metadata
  3. 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

Browse the UI like this : alt text