CineMatch is a movie recommendation system that suggests what films you should watch next based on your preferences and viewing history.
- Chetanya Mahana
- Aviral Sharma
- Personalized movie recommendations
- User-friendly interface
- Extensive Movie database
- Customizable recommendation filters
CineMatch uses advanced algorithms to analyze your movie preferences and viewing history. It then compares this data with our extensive movie database to suggest films you're likely to enjoy.
To use CineMatch, follow these steps:
-
Clone the repository:
git clone https://github.com/chetanyamahana/Cine-Match.git cd cine-match
-
Create and activate a virtual environment:
virtualenv env .\env\Scripts\activate.ps1
-
Install the required packages:
pip install -r requirements.txt
-
Running the Application:
- Run the Flask application:
python app.py