Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timkoehne/image-tagging
manual image tagging software
https://github.com/timkoehne/image-tagging
flask image-tagging python
Last synced: 23 days ago
JSON representation
manual image tagging software
- Host: GitHub
- URL: https://github.com/timkoehne/image-tagging
- Owner: timkoehne
- License: mit
- Created: 2023-12-21T16:17:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T19:06:33.000Z (11 months ago)
- Last Synced: 2024-01-24T19:58:17.780Z (11 months ago)
- Topics: flask, image-tagging, python
- Language: Python
- Homepage:
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://exiftool.org/) 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](screenshot.png)