robmarkcole / deepstack-analytics

Analytics with deepstack
https://python.deepstack.cc/
Apache License 2.0
9 stars 2 forks source link

deepstack-analytics

Analytics with deepstack.

A collection of parameterizable Jupyter notebooks (via Papermill) for performing analytics with Deepstack. Integration to a pipeline via Airflow, and optional isolation using Docker

deepstack

Run with:

docker run -e VISION-DETECTION=True -e API-KEY="" -v localstorage:/datastore -p 5000:5000 deepquestai/deepstack:noavx

Development

python3.7 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
venv/bin/jupyter lab

References