Image Tagger is an application that predicts an image's tags using deep-learning. It is useful for photographers who want to improve their workflow by auto-tagging images. https://blog.nuculabs.dev
Find a file
2024-03-23 21:38:50 +02:00
.idea update layout 2024-03-22 22:05:51 +02:00
docs update readme.md 2024-03-23 17:37:02 +02:00
gradle/wrapper initial commit 2024-03-19 14:11:11 +02:00
src/main fix progress bar padding 2024-03-23 21:38:50 +02:00
.gitignore update gitignore 2024-03-22 22:01:40 +02:00
build.gradle Add icon to tag images button 2024-03-23 16:15:23 +02:00
gradlew initial commit 2024-03-19 14:11:11 +02:00
gradlew.bat initial commit 2024-03-19 14:11:11 +02:00
LICENSE add license 2024-03-22 23:22:21 +02:00
readme.md update readme.md 2024-03-23 17:37:02 +02:00
settings.gradle initial commit 2024-03-19 14:11:11 +02:00

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

  1. Download and install Java 17.
  2. Download a release from the release page.
  3. Run the release.

./docs/application.png

Photo credit: https://unsplash.com/@ndcphoto

Development

If you want to build the application yourself, you will need Java 21 JDK.

The release archive is in the releases page.

Building and Running from source

To build from source you will need Java 17 JDK and Gradle.

Due to some GitHub limitations that do not allow me to upload large files, you'll need to download the AIModels zip file which contains the deep learning models and place them into the ImageTagger/src/main/resources/AIModels path.

To build the project run:

gradle build

To run:

gradle run

Blog

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