Skip to content

In this mini project, i've developed a movie recommendation system using Flask. This system suggests movies based on user preferences and employs collaborative filtering techniques for personalized recommendations. Explore a curated list of movies tailored just for you, and discover new favorites based on your interests.

Notifications You must be signed in to change notification settings

susil-123/Movie-Recommendation-using-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOVIE RECOMMENDATION USING FLASK

image image image

Project Overview

This end-to-end project involves the following stages:

  • Data Collection: Gathering data from various sources including titles, overviews, genre.
  • Data Processing: Cleaning and preprocessing the data to make it suitable for analysis.
  • Model Training: Using Tf-Idf vectorizer and Cosine Similarity.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/susil-123/Movie-Recommendation-using-Flask.git
    cd Movie-Recommendation-using-Flask
    
  2. Create virtual enviroinment:

    conda create -p venv python==3.8
    conda activate venv
    
  3. Install requirements:

    pip install -r requirements.txt
    
  4. Run the application:

    python app.py

About

In this mini project, i've developed a movie recommendation system using Flask. This system suggests movies based on user preferences and employs collaborative filtering techniques for personalized recommendations. Explore a curated list of movies tailored just for you, and discover new favorites based on your interests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published