Steps to run the code:
- Create a virtual environment with python 3.10.13
conda create --name myenv python=3.10.13 - Activate in your new virtual environment
conda activate myenv - Install the required requirements
pip install -r requirements.txt - Run the notebook