Skip to content

srishti666/Movie-Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

main

NettyFlix

Welcome to the movie recommendation system. I have built a clean and user friendly web interface that provides users with movie suggestions based on movies that they pick. The website is built based on content based movie recommendation. Please look at the instruction sections below to run the project.

Running the web application locally:

Step 1: Clone github repository:

git clone https://github.com/srishti666/Movie-Recommender.git 

Step 2: Install python: From Here

Step 3: Install all package dependencies with the following command

pip install requirements.txt

Step 4: Run Flask app locally:

Open your terminal/command prompt from your project directory and run the following command

flask run

Step 5: Navigate to the web app:

Copy link displayed on console on your preffered browser

Website Navigation Instructions:

  • Enter a movie title that you like in the search bar and hit enter.

  • After the computation is finished. You will be redirected to the recommendation result web page. The three movies shown on the page are the movies we recommended based on the movie you gave us.

  • The new webpage shows all the search results. If the search is not found, please check the spelling an try agian. If the search is successful, find the movie that you want. You could also check the movie summary and its trailer by hovering over the movie poster.

  • To get recommendation for different movies, hit the HOME icon on the top left corner.

Web App Workflow

Workflow

Screenshots

Screenshot (57)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published