timkoehne / Image-Tagging

manual image tagging software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Tagging

I created this tool because I needed to manually tag a few hundred images and I couldn't find a tool to do exactly what i wanted.

This adds the tags to the images exif data and into a local sqlite database.

Requirements

download exiftool and add it to PATH or this projects root folder

pip install flask, pyexiftool

Usage

  • run flask --app main run and visit 127.0.0.1:5000 in a browser

  • You can add your own tags into the tag-box or select tags from the most popular tags aswell as some categories

  • You can define your own categories with available tags in saved_tags.json

a screenshot of the user interface

About

manual image tagging software

License:MIT License


Languages

Language:Python 51.9%Language:JavaScript 26.4%Language:HTML 13.8%Language:CSS 7.9%