Image Classification
Transformers
Safetensors
English
vit
explicit-content-detection
mini
art
sensual-content-detection
Anime
prithivMLmods commited on
Commit
917cd76
·
verified ·
1 Parent(s): 3daf43e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -27,6 +27,9 @@ tags:
27
  > [!Note]
28
  An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale : https://arxiv.org/abs/2010.11929, Visual Transformers: Token-based Image Representation and Processing for Computer Vision: https://arxiv.org/pdf/2006.03677
29
 
 
 
 
30
  ```py
31
  Classification Report:
32
  precision recall f1-score support
@@ -110,6 +113,36 @@ if __name__ == "__main__":
110
 
111
  ---
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  # **Recommended Use Cases**
114
 
115
  * Image moderation pipelines
 
27
  > [!Note]
28
  An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale : https://arxiv.org/abs/2010.11929, Visual Transformers: Token-based Image Representation and Processing for Computer Vision: https://arxiv.org/pdf/2006.03677
29
 
30
+ > [!Important]
31
+ Note: Explicit, sensual, and pornographic content may appear in the results; however, all of them are considered not safe for work.
32
+
33
  ```py
34
  Classification Report:
35
  precision recall f1-score support
 
113
 
114
  ---
115
 
116
+ ## Demo Inference
117
+
118
+ > [!warning]
119
+ Anime Picture
120
+
121
+ ![Screenshot 2025-05-19 at 22-30-24 vit-mini-explicit-content.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/nzHUSO_YN-t2yOMEDT37B.png)
122
+
123
+ > [!warning]
124
+ Extincing & Sensual
125
+
126
+ ![Screenshot 2025-05-19 at 22-30-56 vit-mini-explicit-content(1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/78om_bUqjyjyLrrUkWPc2.png)
127
+ ![Screenshot 2025-05-19 at 22-31-48 vit-mini-explicit-content(1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Y6haGPcaoaOj_uM8MX0E7.png)
128
+
129
+ > [!warning]
130
+ Hentai
131
+
132
+ ![Screenshot 2025-05-19 at 22-32-42 vit-mini-explicit-content(1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/A48Ow5GllARvz66ZL08Tn.png)
133
+
134
+ > [!warning]
135
+ Pornography
136
+
137
+ ![Screenshot 2025-05-19 at 22-37-31 vit-mini-explicit-content(1).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/W0CPq8cPb79fpNEqVLIU_.png)
138
+
139
+ > [!warning]
140
+ Safe for Work
141
+
142
+ ![Screenshot 2025-05-19 at 22-27-20 vit-mini-explicit-content.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/R3hnvsYOFh9wA4Y60REKu.png)
143
+
144
+ ---
145
+
146
  # **Recommended Use Cases**
147
 
148
  * Image moderation pipelines