ZENLLC commited on
Commit
8782973
·
verified ·
1 Parent(s): 8b79120

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: DeepVision Forensic Suite
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
- # 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.
 
 
 
 
 
 
 
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