Finetune a model interactively using Tkinter.
Preparation and brainstorm ChatGPT chat here.
This project is based on an original idea by Ahmet Toplu. His implementation so far is in TensorFlow, whereas this one uses PyTorch.
Because of Tkinter, just using python -m venv is a bit tricky. I recommend conda instead:
# or mamba
conda env create -f environment.yml