b0ddu / simplehound

Unofficial python API for Sighthound Cloud

Home Page:https://www.sighthound.com/products/cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code style: black PyPI Version build status

simplehound

Unofficial python API for Sighthound, providing helper functions and classes for processing images and parsing the data returned by Sighthound cloud. See the usage.ipynb notebook for usage.

Development

  • Create venv -> $ python3 -m venv venv
  • Use venv -> $ source venv/bin/activate
  • Install requirements -> $ pip install -r requirements.txt & $ pip install -r requirements-dev.txt
  • Run tests -> $ venv/bin/py.test --cov=simplehound tests/
  • Black format -> $ venv/bin/black simplehound/core.py and $ venv/bin/black tests/test_simplehound.py (or setup VScode for format on save)
  • Sort imports -> $ venv/bin/isort simplehound/core.py

About

Unofficial python API for Sighthound Cloud

https://www.sighthound.com/products/cloud

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%