Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Korean Object Detection
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
6 |
sdk: static
|
@@ -10,3 +10,69 @@ short_description: Real-time object detection using COCO-SSD in the browser
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Korean Object Detection
|
3 |
+
emoji: π
|
4 |
colorFrom: yellow
|
5 |
colorTo: yellow
|
6 |
sdk: static
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
# Korean Object Detection App (COCO-SSD)
|
15 |
+
|
16 |
+
This project is a real-time object detection web app that overlays Korean vocabulary labels on top of detected objects using the **COCO-SSD model (TensorFlow.js)**. Itβs built for both AI experimentation and Korean language learning β with mobile-first optimization and Docker deployment.
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
## π§ Why This is Awesome
|
21 |
+
|
22 |
+
This isnβt just an object detector β itβs a **language learning tool**.
|
23 |
+
|
24 |
+
You point your camera at real objects β a cup, a dog, a book β and it teaches you the Korean word for each one in real time. Think of it like flashcards... but in your actual house.
|
25 |
+
|
26 |
+
Perfect for:
|
27 |
+
|
28 |
+
- Korean learners
|
29 |
+
- Tourists in Seoul
|
30 |
+
- Kids growing up abroad
|
31 |
+
- Anyone who hates memorizing vocab lists
|
32 |
+
|
33 |
+
---
|
34 |
+
|
35 |
+
## π Tech Stack
|
36 |
+
|
37 |
+
- **COCO-SSD** β real-time object detection via TensorFlow.js
|
38 |
+
- **HTML Canvas** β draws bounding boxes and Korean labels
|
39 |
+
|
40 |
+
---
|
41 |
+
|
42 |
+
## π± Mobile Optimization
|
43 |
+
|
44 |
+
- Resolution capped at 640Γ480
|
45 |
+
- Inference runs every ~300ms
|
46 |
+
- Lightweight canvas redraw
|
47 |
+
- Runs well on iOS Safari (maybe a little slow)
|
48 |
+
|
49 |
+
---
|
50 |
+
|
51 |
+
## π°π· Korean Vocabulary Mapping
|
52 |
+
|
53 |
+
All 80 COCO-SSD object classes are labeled in Korean (with fallback to English). Example:
|
54 |
+
|
55 |
+
```json
|
56 |
+
{
|
57 |
+
"dog": "κ°μμ§",
|
58 |
+
"person": "μ¬λ",
|
59 |
+
"book": "μ±
",
|
60 |
+
"cell phone": "ν΄λν°"
|
61 |
+
}
|
62 |
+
```
|
63 |
+
|
64 |
+
---
|
65 |
+
|
66 |
+
## β¨ Future Features
|
67 |
+
|
68 |
+
- TOPIK level filtering
|
69 |
+
- Audio pronunciation (TTS)
|
70 |
+
- Vocabulary challenges
|
71 |
+
- Voice-based guessing game
|
72 |
+
- βKid Modeβ with points & stickers
|
73 |
+
|
74 |
+
---
|
75 |
+
|
76 |
+
## π Maintainer
|
77 |
+
|
78 |
+
Made with frustration, triumph, and lots of μ¬λ by Ramsi K.
|