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
Run with:
docker run -e VISION-DETECTION=True -e API-KEY="" -v localstorage:/datastore -p 5000:5000 deepquestai/deepstack:noavx
python3.7 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
venv/bin/jupyter lab