Replicated the GitHub README file
Browse files
README.md
CHANGED
|
@@ -11,4 +11,57 @@ license: mit
|
|
| 11 |
short_description: Secure Transformer-based Adult-content Recognition
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 11 |
short_description: Secure Transformer-based Adult-content Recognition
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# โญ STAR - Secure Transformer-based Adult-content Recognition
|
| 15 |
+
|
| 16 |
+
**STAR (Secure Transformer-based Adult-content Recognition)** is an advanced AI model designed for multi-label classification of adult content using deep learning techniques. Built on a **Swin Transformer** backbone, STAR aims to provide secure and explainable detection of explicit content while ensuring ethical AI deployment.
|
| 17 |
+
|
| 18 |
+
## ๐ Features
|
| 19 |
+
|
| 20 |
+
- **Multi-label Classification**: Detects and categorizes adult content into multiple subcategories.
|
| 21 |
+
- **Explainable AI (XAI)**: Integrates **Class Activation Mapping (CAM)** for visual interpretability.
|
| 22 |
+
- **Secure & Ethical**: Designed with responsible AI principles to prevent misuse.
|
| 23 |
+
- **Transformer-based Architecture**: Utilizes **Swin Transformer** for high accuracy in image classification.
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## ๐ Content Classification
|
| 28 |
+
|
| 29 |
+
The model categorizes images into the following **main categories**, each with its respective **subcategories (tags):**
|
| 30 |
+
|
| 31 |
+
| **Main Category** | **Subcategories (Tags)** |
|
| 32 |
+
|---------------------|-------------------------|
|
| 33 |
+
| **Adult** | `in_bikini`, `bra_exposed`, `panty_exposed`, `breast_exposed`, `vagina_exposed`, `butt_exposed`, `penis_exposed` |
|
| 34 |
+
| **Real Nude** | `celebrity_nude`, `celebrity_movie`, `boudior`, `cp_nude` |
|
| 35 |
+
| **Fake Nude** | `celebrity_fake`, `cp_fake`, `revenge_porn`, `loan_app_defamation` |
|
| 36 |
+
| **Pornographic** | `masturbating`, `kissing`, `intercourse`, `oral`, `professional_porn`, `leaked_videos`, `amateur_porn` |
|
| 37 |
+
| **Artistic** | `painting`, `statue`, `digital_art`, `ai_gen` |
|
| 38 |
+
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## ๐ ๏ธ Model Architecture
|
| 42 |
+
|
| 43 |
+
STAR is powered by **Swin Transformer**, a hierarchical vision transformer model known for its efficiency and scalability in image classification. The model processes images with **pretrained weights**, fine-tuned for explicit content recognition.
|
| 44 |
+
|
| 45 |
+
---
|
| 46 |
+
|
| 47 |
+
## ๐ Ethical AI Commitment
|
| 48 |
+
|
| 49 |
+
๐น **STAR** is designed for **ethical AI research and secure content moderation**.
|
| 50 |
+
๐น The model is **not intended for censorship or privacy violations**.
|
| 51 |
+
๐น Users must **ensure compliance with local regulations** when deploying this model.
|
| 52 |
+
|
| 53 |
+
---
|
| 54 |
+
|
| 55 |
+
## ๐ License
|
| 56 |
+
|
| 57 |
+
This project is open-source and provided under the **MIT License**. Please use responsibly.
|
| 58 |
+
|
| 59 |
+
---
|
| 60 |
+
|
| 61 |
+
## โ๏ธ Contact
|
| 62 |
+
|
| 63 |
+
For inquiries or collaborations, reach out to **Ramaguru Radhakrishnan**.
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
|
| 67 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|