Skip to content

ethanbleier/yack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face and Hand Tracker

This project is a Face and Hand Tracker application.

Prerequisites

  • Python 3.12
  • Bash shell (for Unix-based systems) or Git Bash (for Windows)

Setup and Running the Project

  1. Clone this repo

  2. cd yack

  3. 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

Note

Make sure the run.sh script has execute permissions. If it doesn't, you can add them using:

chmod +x run.sh

About

Custom Face and Hand Tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published