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-22 22:01:40 +02:00
.idea fix custom control 2024-03-21 23:19:53 +02:00
gradle/wrapper initial commit 2024-03-19 14:11:11 +02:00
src/main move custom control into controls package 2024-03-21 23:23:58 +02:00
.gitignore initial commit 2024-03-19 14:11:11 +02:00
build.gradle implement basic UI 2024-03-21 22:36:26 +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
readme.md add readme.md 2024-03-22 22:01:40 +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

TBD

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 21 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.