# project-gameface **Repository Path**: mirrors/project-gameface ## Basic Information - **Project Name**: project-gameface - **Description**: Project Gameface 是一个 AI 无障碍工具,可以帮助游戏玩家使用他们的头部运动和面部表情来控制鼠标光标 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/project-gameface - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2023-05-15 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Gameface Project Gameface helps gamers control their mouse cursor using their head movement and facial gestures. Project Gameface available in two platforms: - [Windows](/Windows/) - [Android](/Android/) # Model used MediaPipe Face Landmark Detection API [Task Guide](https://developers.google.com/mediapipe/solutions/vision/face_landmarker) [MediaPipe BlazeFace Model Card](https://storage.googleapis.com/mediapipe-assets/MediaPipe%20BlazeFace%20Model%20Card%20(Short%20Range).pdf) [MediaPipe FaceMesh Model Card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20MediaPipe%20Face%20Mesh%20V2.pdf) [Mediapipe Blendshape V2 Model Card](https://storage.googleapis.com/mediapipe-assets/Model%20Card%20Blendshape%20V2.pdf) # Application - Control mouse cursor in games. - Intended users are people who choose to use face-control and head movement for gaming purposes. # Out-of-Scope Applications * This project is not intended for human life-critical decisions * Predicted face landmarks do not provide facial recognition or identification and do not store any unique face representation.