Skip to content

Instantly share code, notes, and snippets.

View Janghyun's full-sized avatar

Janghyun Janghyun

View GitHub Profile
@Janghyun
Janghyun / how-it-works.html
Created May 20, 2026 02:20
atom-cam이 헤이스카이를 듣는 법 — 모델 설치 + 발화 동작 시각 설명
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>atom-cam — 헤이스카이 wake-word는 어떻게 동작하나?</title>
<style>
:root {
--primary:#1a4480; --accent:#5b8def;
--green:#10b981; --orange:#f59e0b; --red:#ef4444; --blue:#3b82f6;
@Janghyun
Janghyun / porting-report.html
Created May 19, 2026 23:54
AtomS3R-CAM 헤이스카이 wake-word 포팅 보고서 (atom-cam project)
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AtomS3R-CAM 헤이스카이 Wake-Word 포팅 보고서</title>
<style>
:root {
--primary: #1a4480;
--accent: #5b8def;