Skip to content

A Squonk2 Data Manager Job Repository for Jaqpot model execution

License

Notifications You must be signed in to change notification settings

InformaticsMatters/squonk2-jaqpot

Repository files navigation

squonk2-jaqpot

Data Manager Job: 2021.1

build publish-tag publish-stable

GitHub

GitHub tag (latest SemVer)

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