--- license: apache-2.0 language: - en --- # wd-convnext-tagger-v3-mobile wd-convnext-tagger-v3-mobile is a quantized model of SmilingWolfs [wd-convnext-tagger-v3](https://huggingface.co/SmilingWolf/wd-convnext-tagger-v3). To make it mobile friendly, I added preprocessing to the model with [onnxruntime-extentions](https://onnxruntime.ai/docs/extensions.). I have included the [notebook](https://huggingface.co/Smashinfries/wd-convnext-tagger-v3-mobile/blob/main/WD_Tagger_Mobile.ipynb) I made to create this model. This contains all the modifications I made and has some commentary. ## Demo To test the model out on your android device (possibly other platforms soon), check out my demo app - [WaifuTagger](https://github.com/KuzuLabz/WaifuTagger/tree/master).