You can just upload the analysis.py
file.
or
You can run it locally, for that you need to have the latest version of python.
Now just run the following commands:
# create the environment
python -m venv .venv
# active your environment
source .venv/bin/activate
# Install dependencies from requirements.txt
pip install -r requirements.txt
# Now run the analysis
python analysis.py