Skip to content

MarkfuGod/Hand-Recovery-And-Fatigue-Relief-Using-Mediapipe

Repository files navigation

Hand-Recovery-&-Fatigue-Relief-Using-Mediapipe

Innovation Project, Zhengzhou University, 11, 2023

🛠️ This project aims to relieve hand fatigue through gaming with hand gestures

Requirements:

Make sure your python version >= 3.7.0

pip install opencv-python
pip install mediapipe
pip install pygame

How to run the game

ChallengeMode:

cd ChallengeMode/
python main.py

NormalMode:

cd NormalMode/
python main.py

RecoveryMode:

cd RecoveryMode/
python main.py

LoginPage:

Make sure you have npm dependency

cd vue_test1/
npm install
npm run dev

💡: We code this project mainly using IDEA, so if you are encountering import errors like : could not find NormalMode.enemy

you could delete the NormalMode like this:

import NormalMode.enemy
# If you are encountering import errors, change the previous line to the following:
import enemy
# should work perfectly

About

Innovation Project, Zhengzhou University, 11, 2023

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors