Skip to content

jefferyhe/image-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image-tagger

image-tagger is a tool that analyzes your local image files, generates tags(keywords), and automatically adds those tags to your image files, so that you can search your images by tags on your computer. You don't need to upload your files to Web hosting services, it all happens on your local hard disks or even your external hard drives.

Currently only support MacOS

Preview

This program will add tags to you image file:

image

Then you can search tags use Finder or Spotlight

image

Getting Started

First you need to get a free api key from here

Simply fill out the forms then you will receive a free api key.

Clone the repository

# Get the latest snapshot
git clone https://github.com/jefferyhe/imageTagger.git

# Change directory
cd src

# Apply api key
python alchemyapi.py your-api-key
(replace your-api-key to the one your received from your email)

# Time to rock n' roll
python main.py dragonfly.jpg
or python main.py /user/jeffery/Pictures

# The parameter could be a path of image file or a directory containing image files

About

automatically generate and add tags to your image files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages