Update README.md
Browse files
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 |
+

|
122 |
+
|
123 |
+
> [!warning]
|
124 |
+
Extincing & Sensual
|
125 |
+
|
126 |
+

|
127 |
+

|
128 |
+
|
129 |
+
> [!warning]
|
130 |
+
Hentai
|
131 |
+
|
132 |
+

|
133 |
+
|
134 |
+
> [!warning]
|
135 |
+
Pornography
|
136 |
+
|
137 |
+

|
138 |
+
|
139 |
+
> [!warning]
|
140 |
+
Safe for Work
|
141 |
+
|
142 |
+

|
143 |
+
|
144 |
+
---
|
145 |
+
|
146 |
# **Recommended Use Cases**
|
147 |
|
148 |
* Image moderation pipelines
|