Please sign in to access this page
you can control your computer's volume with this machine vision project just by using your hand gestures. (powered by opencv and mediapipe)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Took some time, (tried 3 different models), but finally found a lightweight way to capture hand points and faces (haar cascades). This was a lot trial and error, and Im happy I finally found the correct way to do it.
Adding a logs system - instead of just printing in the terminal, I added functions to handle logs and a logfile. The functions are in utils/logs/logs.py and are called from the main.py