robmarkcole / deepstack-analytics

Analytics with deepstack

Home Page:https://python.deepstack.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Analytics with deepstack

https://python.deepstack.cc/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%