Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
### How it works
|
| 16 |
-
1. **Model**: Uses `google/vit-base-patch16-224`.
|
| 17 |
-
2. **Extraction**: Accesses the `attentions` attribute from the model output.
|
| 18 |
-
3. **Visualization**: Maps the 1D attention sequence back to the 2D image coordinate space using interpolation and normalization.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: DeepVision Forensic Suite
|
| 3 |
+
emoji: 🛡️
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# DeepVision Forensic Suite
|
| 12 |
|
| 13 |
+
A technical utility for deep-learning powered image analysis. This tool uses DETR (DEtection TRansformers) for object detection and ViT (Vision Transformer) for image classification. Designed for forensic, industrial, and security applications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|