ramsi-k commited on
Commit
39c2e55
Β·
verified Β·
1 Parent(s): ebd3d7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +67 -1
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.