dnutiu / image-tagger-archive

Image tagger application that predicts an image's keywords using deep-learning. Useful for photographers who want to improve their workflow by auto-tagging images.
1 stars 0 forks source link
deep-learning image-tagging photography windows

Image Tagger

Image Tagger is a simple software application for predicting an image's keywords using a deep learning model based on resnet.

It allows photographers to automate the image tagging process. 📸


Instructions

This tool is not that user-friendly yet, but I'm working on an alternative version that will be more user-friendly.

I've implemented the graphical user interface in ~2 hours while having minimal experience with Java GUI frameworks.

To use this tool follow these steps:

  1. Download JRE 17 or higher from here.
  2. Download the program JAR file from GitHub, here.
  3. Run the program JAR file using the following command (you will need to open the command line): java -jar ImageTagger.jar
  4. Click "Tag Images" and select the images you want to tag.
  5. Wait for the prediction to finish.
  6. You will get the keywords in the text field, and you can copy them to the clipboard.

Image Tagger

You can visit my blog at https://blog.nuculabs.dev.