Screen Select
Created By: Aastha, Sidharth, Narges, Dorothy
Project Overview
Screen Select is a Python-based application that recommends movies to users based on their previous choices and customized search criteria. It’s designed to help users discover new movies tailored to their tastes.
Features
Personalized Recommendations: The application analyzes users' previous movie choices to suggest films that match their preferences.
Custom Search: Users can search for movies based on specific criteria such as genre, director, and year of release also takes their previous movie taste into account.
User-Friendly Interface: Simple and intuitive interface for easy navigation and movie selection.
How It Works
Recommendation Engine: Screen Select uses algorithms that consider the user's past movie selections to generate personalized recommendations.
Search Functionality: Users can input their preferences into the search box, and the application will filter movies based on those criteria.
Data Handling: The application stores user choices and search history to continuously improve recommendations.
Getting Started
Clone the Repository:
git clone https://github.com/SidharthSawhney/ScreenSelect.gitInstall Dependencies:
pip install -r requirements.txtRun the Application and start Using Screen Select!