Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,22 @@
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- prithivMLmods/Human-vs-NonHuman
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
6 |
# **Human-vs-NonHuman-Detection**
|
7 |
|
8 |
> **Human-vs-NonHuman-Detection** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify images as either human or non-human using the **SiglipForImageClassification** architecture.
|
@@ -83,4 +98,4 @@ The **Human-vs-NonHuman-Detection** model is designed to distinguish between hum
|
|
83 |
- **Surveillance & Security:** Enhancing monitoring systems to detect human presence.
|
84 |
- **Autonomous Systems:** Helping robots and AI systems identify humans.
|
85 |
- **Image Filtering:** Automatically categorizing human vs. non-human images.
|
86 |
-
- **Smart Access Control:** Identifying human presence for secure authentication.
|
|
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
- prithivMLmods/Human-vs-NonHuman
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- google/siglip2-base-patch16-224
|
9 |
+
pipeline_tag: image-classification
|
10 |
+
library_name: transformers
|
11 |
+
tags:
|
12 |
+
- Human
|
13 |
+
- Non-Human
|
14 |
+
- Detection
|
15 |
+
- SigLIP2
|
16 |
+
- Vision-Encoder
|
17 |
---
|
18 |
+
|
19 |
+

|
20 |
+
|
21 |
# **Human-vs-NonHuman-Detection**
|
22 |
|
23 |
> **Human-vs-NonHuman-Detection** is an image classification vision-language encoder model fine-tuned from **google/siglip2-base-patch16-224** for a single-label classification task. It is designed to classify images as either human or non-human using the **SiglipForImageClassification** architecture.
|
|
|
98 |
- **Surveillance & Security:** Enhancing monitoring systems to detect human presence.
|
99 |
- **Autonomous Systems:** Helping robots and AI systems identify humans.
|
100 |
- **Image Filtering:** Automatically categorizing human vs. non-human images.
|
101 |
+
- **Smart Access Control:** Identifying human presence for secure authentication.
|