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. 📸
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:
- Download JRE 17 or higher from here.
- Download the program JAR file from GitHub, here.
- Run the program JAR file using the following command (you will need to open the command line):
java -jar ImageTagger.jar
- Click "Tag Images" and select the images you want to tag.
- Wait for the prediction to finish.
- You will get the keywords in the text field, and you can copy them to the clipboard.
You can visit my blog at https://blog.nuculabs.dev.