To run the project locally on your machine instead of Colab, Use this guide to install the Python virtualenv management tool pipenv
after cloning the project, run the following command inside the project
pipenv install --skip-lock
activate your environment
source .venv/bin/activate
Run Jupyter notebook locally
jupyter notebook