Create a virtual environment at the root level directory, activate and install the requirements with
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt
Then start the notebook with
python -m ipykernel install --user --name=ai503
jupyter notebook
You'll need to put the requirements.txt
in your folder on Colab, then follow the instructions in the notebook.