Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 973 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 973 Bytes

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