Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Python library for TinEye Services (MatchEngine, MobileEngine, MulticolorEngine and WineEngine)

License

Notifications You must be signed in to change notification settings

TinEye/tineyeservices_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

The TinEye Services libraries will not be maintained in the future. The current recommended best practice is to use an HTTP library such as Requests. The TinEye Developer Documentation includes interactive Python code examples for all API calls to help you get started.

TinEye Services API Python client

tineyeservices is a Python client for the MatchEngine, MobileEngine, MulticolorEngine and WineEngine APIs. MatchEngine, MobileEngine, MulticolorEngine and WineEngine are general image matching engines that allow you to perform large scale image comparisons for a variety of tasks. See https://services.tineye.com/ for more information.

Installation

Download the latest version of the library and install with pip:

$ wget https://github.com/TinEye/tineyeservices_python/zipball/master --output-document=tineyeservices.zip
$ pip install tineyeservices.zip

If you do not have pip, you can install it first:

$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

Or you can install from the zip file:

$ python setup.py install

Documentation

View documentation.

Support

Please send comments, recommendations, and bug reports to support@tineye.com.

About

Python library for TinEye Services (MatchEngine, MobileEngine, MulticolorEngine and WineEngine)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages