The repository is a collection of python notebooks and scripts related to the lectures available at https://www.youtube.com/@CAMLabETHZurich/
The scripts are based on Python 3.8 and Jupyter Notrbook. The required packages can be installed with:
python3 -m pip install -r requirements.txt
The jupyter notebooks can be run with:
python3 jupyter notebook name_of_the_file.ipynb