{"id":27145433,"url":"https://github.com/maplelost/lazyeat","last_synced_at":"2025-04-08T09:35:34.789Z","repository":{"id":280640692,"uuid":"942672211","full_name":"maplelost/lazyeat","owner":"maplelost","description":"Lazyeat 吃饭时看剧/刷网页不想沾油手？  对着摄像头比划手势就能暂停视频/全屏/切换视频！Lazyeat is a touch-free controller for use while eating! Don't want greasy hands while watching shows or browsing the web during meals? You can pause videos/full screen/switch videos just by gesturing to the camera!","archived":false,"fork":false,"pushed_at":"2025-04-07T03:26:02.000Z","size":11348,"stargazers_count":484,"open_issues_count":11,"forks_count":18,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-07T03:28:59.339Z","etag":null,"topics":["accessibility","application","computer-vision","gesture-detection","gesture-recognition","hands-free","mediapipe","mediapipe-hands","multitasking","productivity-tool","python","tauri","tauri-app","vue3","webcam-hacks","windows"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maplelost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-04T13:39:06.000Z","updated_at":"2025-04-07T02:03:19.000Z","dependencies_parsed_at":"2025-03-30T14:28:20.800Z","dependency_job_id":"72fbaad2-1154-4593-b622-66d39d151856","html_url":"https://github.com/maplelost/lazyeat","commit_stats":null,"previous_names":["maplelost/lazy-eat","maplelost/lazyeat"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maplelost%2Flazyeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maplelost%2Flazyeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maplelost%2Flazyeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maplelost%2Flazyeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maplelost","download_url":"https://codeload.github.com/maplelost/lazyeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247814172,"owners_count":21000514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","application","computer-vision","gesture-detection","gesture-recognition","hands-free","mediapipe","mediapipe-hands","multitasking","productivity-tool","python","tauri","tauri-app","vue3","webcam-hacks","windows"],"created_at":"2025-04-08T09:32:56.305Z","updated_at":"2025-04-08T09:35:34.773Z","avatar_url":"https://github.com/maplelost.png","language":"Vue","readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/maplelost/lazy-eat/releases\"\u003e\n    \u003cimg src=\"https://github.com/maplelost/lazy-eat/blob/master/public/lazyeat.png?raw=true\" width=\"150\" height=\"150\" alt=\"banner\" /\u003e\u003cbr\u003e\n  \u003c/a\u003e\n\u003cdiv align=\"center\"\u003e\n\n![GitHub stars](https://img.shields.io/github/stars/maplelost/lazyeat)\n![GitHub forks](https://img.shields.io/github/forks/maplelost/lazyeat?style=flat)\n\n[English README](README_EN.md)\n\n\u003c/div\u003e\n\u003c/h1\u003e\n\n# 🍕 Lazyeat\n\nLazyeat 吃饭时看剧/刷网页不想沾油手？\n\n对着摄像头比划手势就能暂停视频/全屏/切换视频！\n\n如果你觉得对你有用的话，不妨给我一个 star⭐ 吧~\n\n如果有任何的想法或者建议，都可以在QQ 群 [452246065](https://jq.qq.com/?_wv=1027\u0026k=452246065) 中讨论喔！\n\n## 功能\n\n* 单指滑动控制光标\n* 双指/Rock 执行鼠标单击\n* 三指上下移动控制页面滚动\n* 四指并拢发送按键\n* 支持语音输入\n\n![demo.gif](.readme/demo.gif)\n\n# 🌠 截图\n\n视频演示:https://www.bilibili.com/video/BV11SXTYTEJi/?spm_id_from=333.1387.homepage.video_card.click\n\n![img.png](.readme/img.png)\n\n# 快速开始\n\n```\n# 版本号声明\n\\Desktop\\lazyeat\u003e python --version\nPython 3.11.11\n\nDesktop\\lazyeat\u003e rustc --version\nrustc 1.85.1 (4eb161250 2025-03-15)\n\n\\Desktop\\lazyeat\u003e node --version\nv22.14.0\n```\n\n1. 安装 [rust](https://www.rust-lang.org/zh-CN/tools/install)\n2. 安装 [nodejs](https://nodejs.org/zh-cn/)\n3. 执行下面命令\n\n```bash\n# 1. 安装 npm 以及 python 环境\nnpm run install-reqs\n\n# 2. build tauri 图标\nnpm run build:icons\n\n# 3. pyinstaller 打包\nnpm run py-build\n\n# 4. 下载语音识别模型并解压到项目目录 model 文件夹下\nhttps://alphacephei.com/vosk/models/vosk-model-small-cn-0.22.zip\n\n# 5. tauri 开发模式\nnpm run tauri dev\n\n# 6. tauri 生产构建\n# npm run tauri build\n```\n\n如果你需要 debug 后端，那么先 pyinstaller 打包，再运行 `python src-py/main.py`。\n`npm run tauri dev` 需要先生成 [tauri.conf.json](src-tauri/tauri.conf.json) 中编写的 sidecar。\n详见：https://v2.tauri.app/zh-cn/develop/sidecar/\n\n# 📢 语音识别模型下载\n\n[小模型](https://alphacephei.com/vosk/models/vosk-model-small-cn-0.22.zip)\n\n[大模型](https://alphacephei.com/vosk/models/vosk-model-cn-0.22.zip)\n\n下载后解压到 `exe` 同级的 `model` 文件夹下,才能使用语音识别功能\n\n![img.png](.readme/img_model_example.png)\n\n# 📝 TODO\n\n- [ ] (2025 年 3 月 12 日) 嵌入 browser-use ，语音控制浏览器\n- [ ] (2025 年 3 月 24 日) 开发安卓版本\n\n[//]: # \"# 📚 References\"\n\n# Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=maplelost/lazyeat\u0026type=Date)](https://www.star-history.com/#maplelost/lazyeat\u0026Date)\n\n# 开发问题\n\ntauri build 失败:[tauri build 失败](https://github.com/tauri-apps/tauri/issues/7338)\n\ncargo 被墙:[cargo 被墙,换源](https://www.chenreal.com/post/599)\n\n```\n# 不知道有没有用\nrm -rf ~/.cargo/.package-cache\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaplelost%2Flazyeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaplelost%2Flazyeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaplelost%2Flazyeat/lists"}