Smashinfries commited on
Commit
b835f21
1 Parent(s): 38206f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # wd-convnext-tagger-v3-mobile
8
+ 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.).
9
+
10
+ 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.
11
+
12
+ ## Demo
13
+ 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).