TE
테크에코
홈24시간 인기최신베스트질문쇼채용
GitHubTwitter
홈

테크에코

Next.js로 구축된 기술 뉴스 플랫폼으로 글로벌 기술 뉴스와 토론을 제공합니다.

GitHubTwitter

홈

홈최신베스트질문쇼채용

리소스

HackerNews API원본 HackerNewsNext.js

© 2025 테크에코. 모든 권리 보유.

Show HN: AI Baby Monitor – local Video-LLM that beeps when safety rules break

8 포인트작성자: zeenolife4일 전
Hi HN!<p>I built AI Baby Monitor – a tiny stack (Redis + vLLM + Streamlit) that watches a video stream and a YAML list of safety rules. If the model spots a rule being broken it plays beep sound, so you can quickly glance over and check on your baby.<p>Why?<p>When we bought a crib for our daughter, the first thing she tried was climbing over the rail :&#x2F; I got a bit paranoid about constantly watching her over, so I thought of a helper that can *actively* watch the baby, while parents could stay *semi-actively* alert. It’s meant to be an additional set of eyes, and *not* a replacement for the adult. Thus, just a beep sound and not phone notifications.<p>How it works<p>* *stream_to_redis.py* captures video stream frames → Redis streams<p>* *run_watcher.py* pulls the latest N frames, injects them + the rules into a prompt and hits a local *vLLM* server running *Qwen 2.5 VL*<p>* Model returns structured JSON (`should_alert`, `reasoning`, `awareness_level`)<p>* If `should_alert=True` → `playsound` beep<p>* Streamlit page displays both camera and LLM logs

5 comments

temporarything4일 전
Great idea! Is it possible to run this on latest Macbook Pros? No GPU unfortunately :)
clarkcharlie034일 전
Pretty cool - I might try this with my kiddo
rokset34일 전
will it be able to process sounds, so it can beep while baby crying? i work with music in headphones, would be nice
skull88888884일 전
why qwen 2.5 specifically?
up-n-atom4일 전
Perfect now we can put more good willing parents in jail for “neglect”. For every good idea, a bad idea will be born.