[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-95041":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":17,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":23,"readmeContent":24,"aiSummary":25,"trendingCount":16,"starSnapshotCount":16,"syncStatus":26,"lastSyncTime":27,"discoverSource":28},95041,"meowmeowcatcam","catherpiee\u002Fmeowmeowcatcam","catherpiee","cat cam meme camera if you're coming from instagram! we luh cats","",null,"Python",109,22,101,1,0,7,45.29,false,"main",true,[],"2026-08-24 04:01:23","# Meowmeow cat cam meme detector\n\nPoint your webcam at yourself, make a face\u002Fhand gesture, get a cat meme back in real time. Runs either as a desktop app (OpenCV windows) or entirely in the browser (MediaPipe WASM, no install).\n\nTwo windows\u002Fpanes side by side: \n- **Camera** — your webcam feed with hand landmarks drawn on top, plus a live debug readout in the corner\n- **Meme** — the meme matching whatever gesture you're currently making\n\n## Gestures\n\nChecked in this order — when a pose could match more than one, the earlier one wins.\n\n| # | Gesture | How to trigger |\n|---|---|---|\n| 1 | Muehehe | Both hands up, index fingers only, tips touching |\n| 2 | Devo cat | Both hands up, above the top of your head |\n| 3 | Crash out cord chewing kitty | Both hands up beside your face to hold yummy electrical cable |\n| 4 | I will punch you | One hand, all four fingers curled |\n| 5 | EHHEHEEEHEEEE | Thumb + pinky out, rockstar cat |\n| 6 | Shhh silenced cat | Index finger only, tip resting on your mouth |\n| 7 | Erm ackshuALLY! cat | Index finger only, held away from your face |\n| 8 | Shocked\u002Fkidnapped cat | Hand cover mouth |\n| 9 | gGIMME MONIE!! | One open palm, all fingers extended, away from your face |\n| 10 | Side eye cat | Turn your head 15°+ either way (real head-pose yaw) |\n| 11 | Pokercat | Default |\n| 12 | Spinny OIIAI cat | You spin!!!! |\n\n\nMeme images live in `memes\u002F`. A couple of gestures pick randomly between multiple images.\n\n## Running it — desktop (Python)\n\nRequires Python 3 and a webcam.\n\nEasiest way: just double-click **`Launch Gesture Meme.command`**. First run takes a minute to set itself up (installs everything automatically), then launches straight away. Every run after that is instant.\n\n**First time opening it:** macOS will warn \"cannot be opened because it is from an unidentified developer\" — this is normal for any downloaded script, not specific to this one. Right-click the file → **Open** → click **Open** in the dialog that appears. You only need to do this once.\n\nOr manually, if you prefer Terminal:\n\n```bash\npython3 -m venv .venv\nsource .venv\u002Fbin\u002Factivate\npip install -r requirements.txt\npython3 gesture_meme.py\n```\n\nPress `q` or `Esc` in the Camera window to quit.\n\n## Running it — browser\n\nNo install needed, but the webcam API requires serving over HTTP (opening `index.html` directly as a `file:\u002F\u002F` URL will not get camera permission). From this folder:\n\n```bash\npython3 -m http.server 8000\n```\n\nThen open `http:\u002F\u002Flocalhost:8000` and allow camera access. Models load from Google's hosted MediaPipe CDN at runtime, so nothing local is needed for the browser version.\n\n## Live debug HUD\n\nThe Camera window always shows a small readout in the top-left corner:\n\n```\ngesture: sideEyeCat\nyaw: +18.4 deg  (side-eye thr +\u002F-15.0)\n```\n\nUseful for tuning the detection thresholds at the top of `gesture_meme.py` \u002F `app.js` if a gesture is triggering too easily or not easily enough for your setup\u002Flighting.\n\n## Project layout\n\n```\ngesture_meme.py   desktop version (OpenCV + MediaPipe Python tasks API)\napp.js            browser version (MediaPipe tasks-vision WASM)\nindex.html        browser UI shell\nmemes\u002F            meme images (+ one video, unused for now)\nmodels\u002F           MediaPipe .task model files used by the desktop version\nrequirements.txt  Python dependencies\n```\n","这是一个基于手势和头部姿态识别的实时猫咪表情包生成工具，支持桌面端（Python + OpenCV）和浏览器端（MediaPipe WASM）双运行模式。核心功能是通过摄像头捕捉用户手部关键点与头部偏航角，匹配12种预设猫系手势\u002F姿态（如侧眼、摇滚猫、捂嘴震惊等），并实时在相邻窗口输出对应表情包。技术上融合了MediaPipe手势与姿态估计算法，无需后端依赖，本地离线运行。适用于社交媒体内容创作、直播互动、趣味视频录制等轻量级娱乐场景。",2,"2026-08-20 02:30:09","CREATED_QUERY"]