A content-based recommendation system built with Flask that suggests Netflix movies and shows based on user input. This project leverages machine learning techniques to analyze movie metadata and provide personalized recommendations.
- Content-based filtering using movie metadata such as title, cast, director, genres, and description.
- Uses cosine similarity to find and recommend similar movies.
- Simple and user-friendly web interface built with Flask.
- Easily extensible to include more features or datasets.
- Python 3.x
- Flask
- Pandas
- NumPy
- scikit-learn
- HTML/CSS (for frontend templates)
- Clone the repository:git clone https://github.com/BrijeshRakhasiya/Netflix-Recommendation-System.git