You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unofficial python API for DeepStack. Provides class for making requests to the object detection endpoint, and functions for processing the result. See the `usage.ipynb` notebook for usage.
6
+
Unofficial python API for [DeepStack](https://python.deepstack.cc/). Provides class for making requests to the object detection endpoint, and functions for processing the result. See the `usage.ipynb` notebook for usage.
7
+
8
+
## Services
9
+
Face and object detection endpoints return bounding boxes of faces and objects respectively.
10
+
11
+
TODO: add face registration and recognition.
7
12
8
13
## Development
9
-
* Use `venv`
14
+
* Use `venv` -> `source venv/bin/activate`
10
15
*`pip install -r requirements-dev.txt`
11
16
* Run tests with `venv/bin/pytest tests/*`
17
+
* Black format with `venv/bin/black deepstack/core.py`
0 commit comments