Visual Deterministic Engine, intergrated using NVIDIA containers, and docker.
place your subject in the root
directory of your project and include the samples you want the engine to use for determining the similarity of the subject.
after setting the project up, run
./controller.sh
, following by up
.
arch in setup.sh, for debian below
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
write docker-compose-plugin
to apt
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] \
https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
how does one understand what this wizardry does?
have an issue? create an issue.