Unofficial python API for DeepStack. Provides class for making requests to the object detection endpoint, and functions for processing the result. See the Jupyter notebooks for usage.
Face and object detection endpoints return bounding boxes of faces and objects respectively.
TODO: add face registration and recognition.
- Use
venv->source venv/bin/activate pip install -r requirements-dev.txt- Run tests with
venv/bin/pytest tests/* - Black format with
venv/bin/black deepstack/core.py