Spaces:
Running
title: Korean Object Detection
emoji: π
colorFrom: yellow
colorTo: yellow
sdk: static
pinned: false
license: cc-by-sa-4.0
short_description: Real-time object detection using COCO-SSD in the browser
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Korean Object Detection App (COCO-SSD)
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.
π§ Why This is Awesome
This isnβt just an object detector β itβs a language learning tool.
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.
Perfect for:
- Korean learners
- Tourists in Seoul
- Kids growing up abroad
- Anyone who hates memorizing vocab lists
π Tech Stack
- COCO-SSD β real-time object detection via TensorFlow.js
- HTML Canvas β draws bounding boxes and Korean labels
π± Mobile Optimization
- Resolution capped at 640Γ480
- Inference runs every ~300ms
- Lightweight canvas redraw
- Runs well on iOS Safari (maybe a little slow)
π°π· Korean Vocabulary Mapping
All 80 COCO-SSD object classes are labeled in Korean (with fallback to English). Example:
{
"dog": "κ°μμ§",
"person": "μ¬λ",
"book": "μ±
",
"cell phone": "ν΄λν°"
}
β¨ Future Features
- TOPIK level filtering
- Audio pronunciation (TTS)
- Vocabulary challenges
- Voice-based guessing game
- βKid Modeβ with points & stickers
π Maintainer
Made with frustration, triumph, and lots of μ¬λ by Ramsi K.