- Install poetry:
https://python-poetry.org
- Clone the repository
- Run
poetry lock
from the root folder - Run
poetry install
from the root folder - If
torch
installation fails, usepoetry run pip install torch
instead - Use a Jupyter Notebook editor and open the .ipynb file from
/notebooks
- Ignore the first cell: Install (Google Colab)