Skip to content

robmarkcole/deepstack-python

Repository files navigation

Code style: black PyPI Version build status

deepstack-python

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. Run deepstack (CPU, noAVX mode):

docker run -e VISION-DETECTION=True -e VISION-FACE=True -e MODE=High -d \
      -v localstorage:/datastore -p 5000:5000 \
      -e API-KEY="Mysecretkey" \
       --name deepstack deepquestai/deepstack:noavx

Development

  • 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 and venv/bin/black tests/test_deepstack.py

About

Unofficial python API for DeepStack

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors