Graph-Based-Movie-Recommendation

Installing

Running

First create a fresh new venv enviroment

python -m venv venv

After that activate the venv (On Windows):

.\venv\Scripts\activate

(On macOS and Linux):

source env/bin/activate

Install all necessary packages

pip install -r requirements.txt

Run the main application

python app.py

Visualization

For direct interaction with the recommendation web application you can also visit this URL. Enjoy 😊