WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

neryams/image-tagger

Repository files navigation

image-tagger

An electron app to help with quickly cropping and captioning images to build a consistent dataset for LoRA training.

image

  • Comprehensive keyboard shortcuts (arrow keys to navigate, type to tag, enter to save)
  • Saves images alongside .txt sidecar files with captions/tags. Also stores a .json with all selections for folder.
  • Keeps track of tags used on other images for re-use
  • Optimized for manual tagging on smaller datasets for optimal LoRA training

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published