Skip to content

mediapipe is an awesome framework for building smart computer vision applications. This is me playing with it to explore further..

License

Notifications You must be signed in to change notification settings

MeAmarP/mediapipe_devs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • Refer requirements.txt

Applications:

  1. Face Detector
  2. Hand Detector
    • With Up-vote and Down-vote counter.

To run on webcam

  • python hand_detector.py

To run on Video File

  • python hand_detector.py -v path-to-video-file

Note:

MediaPipe is an awesome computer vision framework to build real-time applications, such as sport analysis, gesture control and many more. Also it can run anywhere from edge devices to cloud platforms.

I always wanted to give it a try, and finally got the chance.

So I built this simple LIKE/DIS-LIKE counter, with MediaPipe and OpenCV in Python.

About

mediapipe is an awesome framework for building smart computer vision applications. This is me playing with it to explore further..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages