Friday, April 12, 2019

Catalin George Festila: Using pytineye to automate searching for images.

The TinEye API is ideally suited for image and profile verification, UGC moderation, copyright compliance and fraud detection. Read more about the TinEye API here. You need to use authentication for this API, read here. To use the TinEye API you must purchase a search bundle. The documentation for Python can be found here. Let's start with the installation. You need to download the zip file from

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...