pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
Before start we have to create .env
file, from .env.tpl
.
Environment has to contain three variables for SDK access to Aidbox: AIDBOX_URL
, AIDBOX_CLIENT_USERNAME
and AIDBOX_CLIENT_PASSWORD
(username and password from aidbox basic client). And AIDBOX_LICENSE
which is possible
to obtain on portal.
docker compose up
python server.py