Skip to content

A utility app that tags your images with danbooru tags - fully offline

Notifications You must be signed in to change notification settings

KuzuLabz/WaifuTagger

Repository files navigation

WaifuTagger

banner

Hugging Face Google Groups Hugging Face

Run SmilingWolfs wd-convnext-tagger-v3 model on mobile!

🎉 Google Play Closed Beta

The app is currently in closed beta and needs testers! You can join the testing group here to gain access.

Due to new Google Play policies, 20 testers are needed for 14 days before the app can go public.

🎮 Platforms

Android is currently supported!

I think iOS could easily be supported but I haven't tested it. Same goes for web.

🤗 Model

To run the model on mobile, I quantized it and added preprocessing using onnxruntime-extentions. This model is available on my HuggingFace. You can also find more details about the process there.

🎯 Model Accuracy

If you get bad results, it's highly likely that I did something wrong with the preprocessing. Any tips for improvement would be appreciated.

Contributing

PRs are welcome!

Development Setup

  1. Download and install the latest dev build from releases
  2. Clone repo
  3. Run yarn
  4. Download model and place it in assets/models
  5. Run yarn start

iOS Notes