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