Innovation Project, Zhengzhou University, 11, 2023
🛠️ This project aims to relieve hand fatigue through gaming with hand gestures
Make sure your python version >= 3.7.0
pip install opencv-python
pip install mediapipe
pip install pygamecd ChallengeMode/
python main.pycd NormalMode/
python main.pycd RecoveryMode/
python main.pyMake 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 like this:NormalMode
import NormalMode.enemy
# If you are encountering import errors, change the previous line to the following:
import enemy
# should work perfectly