This repository focuses on Movie Recommender Systems
This repository focuses on Movie Recommender Systems
Steps Clone the Repository using git clone command Used cd to get inside the repository folder. Installation Step 1: We need to create the virtual environment by the name of .venv. This will be created using follwing cmd python -m venv .venv
Step2: Activate the Virtual Env by using
cmd for mac: source .venv/bin/activate cmd for Windows: .venv\Scripts\activate Step3: Install all the dependencies pip install -r requirements.txt