This project was made with Anaconda (latest version) in a docker environment. To make sure that everything will work, make sure to run this project in docker or at least in a updated conda environment.
First of all, you'll need to download the data to execute the project. It's almost 2gb of data so I decided to upload on my own S3 bucket.
You can download the files by clicking here
After download the data, put the zip in the same folder as the notebooks and extract the .zip
After that, just open a terminal in the same folder as your files and type:
docker-compose up
The jupyter server will be running in localhost:8888.
To access the notebooks for the first time, you'll need to put a token in a input, so, just put jupytertoken
in that.
You can run the notebook in your own environment, just make sure to have everything up to date.