Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

pydoods-1.0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page