A Python wrapper for the DOODS image detection service
Project description
PyDOODS - Python for Distributed Open Object Detection Service
This is a simple Python wrapper for the DOODS service. DOODS allows you to do remote object detection in images easily.
A simple example using this library:
import PyDOODS from pydoods
try:
pd = PyDOODS("http://docker:8080",
auth_key="abc1234", timeout=90)
except OSError as err:
print("OS error: {0}".format(err))
exit
image = open("grace_hopper.png", "rb").read()
print(pd.detect(image))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydoods-1.0.2.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file pydoods-1.0.2.tar.gz
.
File metadata
- Download URL: pydoods-1.0.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dd84bdf48269b996fde26c38dc93b90fe804c7c44511b858335f918a46337af |
|
MD5 | b427060db6a33433adce198989f7bf80 |
|
BLAKE2b-256 | ea8a67138b6194ec75dade4eab6e3d29372395cdf0d9d7804040f73522d3775b |
File details
Details for the file pydoods-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: pydoods-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3d9fefafa92e262e1b19c3bf82d0570e5c5c6be42562cdbccf03359aab4e9d0 |
|
MD5 | 0408f167665caac9335ba064bafca84b |
|
BLAKE2b-256 | 7951e342725cad6fd86633919eb06febb6d12d5bf0d2223b5c303e319b8fbfa7 |