Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
|
@@ -8,6 +8,12 @@ app_file: app.py
|
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
-
#
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Neural Industrial Inspector
|
| 3 |
+
emoji: 🛰️
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
|
|
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Neural Industrial Inspector
|
| 12 |
|
| 13 |
+
This high-fidelity vision tool uses the DEtection TRansformer (DETR) to identify and localize objects within technical and industrial imagery. It is designed for utility and precision, providing structured telemetry for every detected entity.
|
| 14 |
+
|
| 15 |
+
### Technical Specifications
|
| 16 |
+
- **Model**: DETR (ResNet-50 backbone)
|
| 17 |
+
- **Architecture**: Transformer Encoder-Decoder
|
| 18 |
+
- **Output**: Visual Bounding Boxes + JSON Telemetry
|
| 19 |
+
- **Framework**: PyTorch & Hugging Face Transformers
|