vsaez commited on
Commit
6e99e01
·
verified ·
1 Parent(s): 9b802a0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -11
README.md CHANGED
@@ -1,14 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
- title: Object Detection App
3
- emoji: 📚
4
- colorFrom: yellow
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.35.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- short_description: Object detection app using Facebook's DETR mode
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ # 🚀 Enhanced Object Detection App
2
+
3
+ Detect objects and faces in your images using advanced DETR models — switch language and model instantly!
4
+
5
+ ---
6
+
7
+ ## 🌍 Features
8
+
9
+ - **Multilingual interface**: English, Spanish, French
10
+ - **Multiple models**: General objects, small objects, faces
11
+ - **Dynamic label translation**: Object names in your selected language
12
+ - **Adjust detection threshold**: Tune sensitivity for your needs
13
+
14
  ---
15
+
16
+ ## 🖼️ How to use
17
+
18
+ 1. **Upload an image** (drag & drop or click)
19
+ 2. **Choose your preferred language**
20
+ 3. **Select a detection model**
21
+ - _General Objects (fast)_: Everyday items, people, animals
22
+ - _General Objects (high precision)_: More accurate, slightly slower
23
+ - _Small Objects/Details (slow)_: Detects smaller items, slower
24
+ - _Face Detection (people only)_: Detects only faces
25
+ 4. **Adjust the detection threshold** if needed
26
+ 5. Click **Detect Objects** — and see the magic!
27
+
28
+ ---
29
+
30
+ ## 💡 Models available
31
+
32
+ | Model | Description |
33
+ |-------------------------------------------|-------------------------------------------|
34
+ | General Objects (fast) | Fast detection of common objects (ResNet-50) |
35
+ | General Objects (high precision) | More precise, for tricky cases (ResNet-101) |
36
+ | Small Objects/Details (slow) | Better for tiny/detailed objects (DC5) |
37
+ | Face Detection (people only) | Only detects faces, very fast |
38
+
39
+ ---
40
+
41
+ ## 📝 About
42
+
43
+ Built with 🤗 [Gradio](https://gradio.app/), [Transformers](https://huggingface.co/transformers/), and the [DETR](https://huggingface.co/facebook/detr-resnet-50) family of models.
44
+
45
+ ---
46
+
47
+ ## ❤️ Like this Space?
48
+
49
+ If you found this app useful, **please give it a 🌟 like** (top right)!
50
+ Your feedback and support help it grow.
51
+
52
  ---
53
 
54
+ _Developed by [vsaez](https://huggingface.co/vsaez). Powered by open-source AI._