Skip to main content

A Python library for Tineye

Project description

tineye-python

A simple wrapper for tineye public api in python

Installation

pip install tineye-python

Usage

import os
import json
from tineye_python import TinEyeAPIRequest

tineye_api = TinEyeAPIRequest()
image = 'https://upload.wikimedia.org/wikipedia/commons/b/bf/Golden_Gate_Bridge_as_seen_from_Battery_East.jpg'
response = tineye_api.search_data(image, save_to_file='output.json')

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

tineye_python-1.0.3.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

tineye_python-1.0.3-py3-none-any.whl (4.5 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