ramsi-k's picture
Update README.md
39c2e55 verified
metadata
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.