Skip to content

Latest commit

 

History

History
43 lines (42 loc) · 994 Bytes

File metadata and controls

43 lines (42 loc) · 994 Bytes

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