Skip to content

"Movie Recommendation" is a Streamlit-based project that offers personalized movie suggestions based on user input. Leveraging a recommendation algorithm and external API calls, it presents a curated list of similar movies with posters and links for further exploration.

Notifications You must be signed in to change notification settings

irfan-iiitr/movie_recommend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Recommendation Project

This is a simple project to recommend top 5 movies according to user's selection.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Setting Up a Virtual Environment

  1. Open VS Code.
  2. Open the Command Palette (View > Command Palette or (Ctrl+Shift+P)).
  3. Select the Python: Create Environment command to create a virtual environment in your workspace.
  4. Select venv and then the Python environment you want to use to create it.

Running the Application

  1. Activate the virtual environment: On Windows, use venv\Scripts\activate, on Unix or MacOS, use source venv/bin/activate.
  2. Run the Flask application with python app.py.

Deployment

Link

About

"Movie Recommendation" is a Streamlit-based project that offers personalized movie suggestions based on user input. Leveraging a recommendation algorithm and external API calls, it presents a curated list of similar movies with posters and links for further exploration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages