Skip to content

pablo-01/Image-KeyWorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image-KeyWorder

Simple python script that uses Clarifai API to generate keywords and append them to images. Stock-photography use case.

Python script for adding keywords to image meta-data. This script uses Clarifai API to generate keywords based on their pre-trained image recognition models.

The overall goal of this script is to help automate image workflow preparation for stock photography websites such as Alamy which require tags/keywords that describe images.

This script saves generated keywords to image meta-data which are recognised by stock photography websites and are imported automatically (saving photographers time by not having to enter keywords manually).

To get started you need:

  1. Clone the repo

  2. Clarifai account at: clarifai.com (it's free), once registered, create an app and generate API key

  • create new file "cred.py" in the app root directory and insert this line into that file: key="YOUR API KEY HERE"
  • save the file
  1. Install Libraries:
  • pip3 install clarifai
  • pip3 install iptcinfo3
  • pip3 install pillow

have fun...

About

Simple python script that uses Clarifai API to generate keywords and append them to images. Stock-photography use case.

Topics

Resources

Stars

Watchers

Forks

Languages