The Movie Recommender system is an application designed to provide personalized movie recommendations to users. It leverages both content-based and collaborative filtering techniques to suggest movies based on user preference.
git clone https://github.com/GDGouravDey/Movie-Recommender.git
cd Movie-Recommender
python -m venv venv
source venv/bin/activate
On Windows, use `venv\Scripts\activate`
pip install -r requirements.txt
Enter your TMDB MOVIE DATABASE API_KEY from in the .env file in the root directory.
streamlit run main.py