This project is a Face and Hand Tracker application.
- Python 3.12
- Bash shell (for Unix-based systems) or Git Bash (for Windows)
-
Clone this repo
-
cd yack
-
Run:
./run.sh
This script will:
- Create a virtual environment if it doesn't exist
- Activate the virtual environment
- Install the required dependencies from
requirements.txt
- Start the Face and Hand Tracker
- Deactivate the virtual environment when the application is closed
Make sure the run.sh
script has execute permissions. If it doesn't, you can add them using:
chmod +x run.sh