client for the Mirador image moderation API. (mirador.im)
Project description
The Mirador client to our Image Moderation API provides functionality for the simple moderation of image files and publically-accessible image URLs, along with integration into popular web and application frameworks. Basic usage:
#!/usr/bin/env python from mirador import MiradorClient client = MiradorClient('your_api_key') for result in client.classify_files('my_pic.jpg', open('another_picture', 'rb')): print "{name}: {safe}, {value}".format(**result.__dict__)
Full Documentation/More Info
For more information please see the github: http://github.com/mirador-cv/mirador-py And our website: http://mirador.im/documentation
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
Mirador-0.2.3.tar.gz
(8.5 kB
view hashes)