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)
Built Distribution
Close
Hashes for tineye_python-1.0.3-py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | e5817bf89f6bcb2f007fc6db3c4d757aed80a1f15e70d5471a1bcc7ce32d89b1 |
|
| MD5 | 0665c640bfc55abf203131f3d25202e4 |
|
| BLAKE2b-256 | 78548e3f7787da2d457da395bcab182a7b13fad5d9bd8096885a9ee444d1dd64 |