Install
Requirements
Python library
install from GitHub
pip install -U "odinson-rest[all] @ git+https://github.com/lum-ai/odinson-rest@main#subdirectory=python"
REST API
# NOTE: replace <local/path/to/data> with the absolute path
# to the location you want data to be written to on your machine
# ensure its permissions allow writing by the docker service
# i.e., chmod 777 <local/path/to/data>
docker run -it -p "9000:9000" -v "<local/path/to/data>:/app/data" "lumai/odinson-rest:latest"