# Gesture Recognition **Repository Path**: B_MS/gesture-recognition ## Basic Information - **Project Name**: Gesture Recognition - **Description**: 基于MediaPipe和OpenCV实现手势数字识别和控制电脑音量。 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2022-12-10 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gesture Recognition #### 介绍 基于MediaPipe和OpenCV实现手势数字识别和控制电脑音量。 #### 软件架构 软件架构说明 #### 安装教程 运行该项目,需要事先安装OpenCV和mediapipe,可通过pip install 包名 来安装。 #### 使用说明 安装好以上包之后,打开cmd,切换到Gesture Recognition的文件夹,输入指令:python main.py,即可运行程序。