From 35e82fdcad76de5218c6035b96a7d9a299a04af7 Mon Sep 17 00:00:00 2001 From: 51hhh Date: Mon, 11 Aug 2025 13:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a979ee7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/venv \ No newline at end of file diff --git a/README.md b/README.md index 425e6f8..0f0fb61 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# 实时手部检测Web服务系统 +# 实时手部检测Web服务系统----上位机实现 一个基于MediaPipe的实时手部检测系统,支持WebSocket通信、实时视频流处理和机械臂控制。 ## 快速开始 +使用下面脚本快速启动即可 + ### 方式一:使用启动脚本(推荐) #### Linux/Mac: