dnutiu / image-tagging

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.

Home Page:https://nuculabs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Open the application and click "Load Images" then wait for the images prediction to finish. You will get the keywords in the text field, and you can copy them to the clipboard.

Alternatively, you can run the application from the command line and pass the path to the image as an argument.

ImageTagger.UI "\Users\dnutiu\Pictures\image.jpg"

You can download the application from the releases page.

Image Tagger

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

Development

If you want to build the application yourself, you will need Dotnet 7.0 and to place the AIModels folder from the release archive in the folder \ImageTagger\ImageTagger.Core\AIModels.

Building from source

To build from source you will need .NET Core 7.0 and optionally make.

Then change directory to the root folder and run:

Important: Ensure that you've downloaded a released build and grab the AIModels folder from the archive and place it in the \ImageTagger\ImageTagger.Core\AIModels folder.

```bash
make publish-all

The application will be published in the publish folder: ImageTagger.UI\bin\Release\net7.0\publish.

Blog

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

About

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.

https://nuculabs.dev

License:GNU General Public License v3.0


Languages

Language:C# 99.3%Language:Makefile 0.7%