A Squonk2 Data Manager Job repository for Jaqpot (Torch) models.
From a fork you should be able to build and run the tests for the example Job that it defines, start with this, and you'll know you're starting with a working framework: -
python -m venv venv
source venv/bin/activate
python -m pip install -r build-requirements.txt
docker-compose build
jote
deactivate