Update README.md
Browse files
README.md
CHANGED
@@ -4,10 +4,30 @@ emoji: 👀
|
|
4 |
colorFrom: gray
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
|
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: gray
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.27.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
---
|
12 |
+
# 🚨 Police Vision Translator - AI Expo Demo
|
13 |
|
14 |
+
This demo simulates smart police glasses that:
|
15 |
+
- Detect objects (vehicles, people, license plates)
|
16 |
+
- Extract text from images (signs, IDs)
|
17 |
+
- Translate text into English
|
18 |
+
- Work in real-time using GPU acceleration
|
19 |
+
|
20 |
+
## How to Use
|
21 |
+
1. Upload a photo (street scene, ID, document).
|
22 |
+
2. View detected objects.
|
23 |
+
3. See extracted and translated text immediately.
|
24 |
+
|
25 |
+
Built with ❤️ for the World AI Expo Dubai 2025.
|
26 |
+
|
27 |
+
---
|
28 |
+
Powered by:
|
29 |
+
- EasyOCR
|
30 |
+
- Hugging Face Transformers
|
31 |
+
- Gradio
|
32 |
+
|
33 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|