File size: 571 Bytes
1ecd868
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
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")
```