MuayThaiLegz's picture
Upload README.md with huggingface_hub
1ecd868 verified
---
pipeline_tag: object-detection
library_name: rfdetr
tags:
- rfdetr
- threat-detection
- surveillance
- object-detection
- custom_handler
license: mit
base_model: qualcomm/RF-DETR
---
# Threat Detection RF-DETR
RF-DETR Nano fine-tuned for threat object detection.
**Classes:** Gun, Explosive, Grenade, Knife
**Resolution:** 960x960
**Usage with custom handler:**
```python
from huggingface_hub import InferenceClient
client = InferenceClient(token="hf_...")
result = client.object_detection("image.jpg", model="MuayThaiLegz/ThreatDetection-RFDETR")
```