Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,21 @@ license: mit
|
|
11 |
short_description: tells whether an img is sfw or not
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
short_description: tells whether an img is sfw or not
|
12 |
---
|
13 |
|
14 |
+
# SFW/NSFW Human and Anime/Cartoon Image Detector
|
15 |
+
|
16 |
+
This project is a **side project** developed to automatically detect whether an image is **Safe For Work (SFW)** or **Not Safe For Work (NSFW)**, with additional support for distinguishing between **human** and **anime/cartoon-style** content.
|
17 |
+
|
18 |
+
## ⚠️ Disclaimer
|
19 |
+
|
20 |
+
- This project is intended for **educational and experimental purposes only**.
|
21 |
+
- It is not intended for commercial deployment, moderation in production environments, or critical decision-making.
|
22 |
+
- Detection may not be 100% accurate. The model may produce **false positives or false negatives**, especially on abstract, artistic, or borderline images.
|
23 |
+
- Viewer discretion is advised when testing with explicit content.
|
24 |
+
- Please comply with all applicable local laws and ethical guidelines when using this tool.
|
25 |
+
|
26 |
+
## Features
|
27 |
+
|
28 |
+
- Detects whether an input image is:
|
29 |
+
- SFW / NSFW
|
30 |
+
- Human / Anime-Cartoon
|
31 |
+
- Lightweight architecture
|