Image Classification
Transformers
Safetensors
English
siglip
Gender
Classification
art
realism
portrait
Male
Female
SigLIP2
Instructions to use prithivMLmods/Realistic-Gender-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Realistic-Gender-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Realistic-Gender-Classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Realistic-Gender-Classification") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Realistic-Gender-Classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -109,6 +109,20 @@ if __name__ == "__main__":
|
|
| 109 |
|
| 110 |
---
|
| 111 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
## **Applications**
|
| 113 |
|
| 114 |
* **Demographic Insights in Visual Data**
|
|
|
|
| 109 |
|
| 110 |
---
|
| 111 |
|
| 112 |
+
## Demo Inference
|
| 113 |
+
|
| 114 |
+
> [!note]
|
| 115 |
+
female portrait
|
| 116 |
+
|
| 117 |
+

|
| 118 |
+

|
| 119 |
+
|
| 120 |
+
> [!note]
|
| 121 |
+
male portrait
|
| 122 |
+
|
| 123 |
+

|
| 124 |
+

|
| 125 |
+
|
| 126 |
## **Applications**
|
| 127 |
|
| 128 |
* **Demographic Insights in Visual Data**
|