Graph layout for movies.
- Download data from Kaggle to a new folder called
data
. - Check
data_clean.ipynb
to preprocess the data. - Install the requirements -
pip install
it if you cannot find a module. - Open terminal and
cd
to this folder. - For Mac:
export FLASK_APP=server.py
; for Windows:$env:FLASK_APP = "server.py"
flask run