In this tutorial we are going to learn how to use the defaultdict class.
Flask and Pydantic
How to use Pydantic together with Flask to perform validation of query parameters and request bodies.
Pydantic: Getting started
How to get started with pydantic, a data validation library for Python based on type annotations.
Python MediaPipe: Face Landmarks estimation
How to use MediaPipe and Python to perform face landmarks estimation.
Python OpenCV: Splitting video into frames
How to split a video into frames, using Python and OpenCV
Python MediaPipe: track finger regarding region of interest
How to check if the index finger of a hand detected in an image stream is inside a given area. We will be using Python, OpenCV and MediaPipe.
Python MediaPipe: real-time hand tracking and landmarks estimation
How to perform real-time hand tracking and landmarks estimation using Python, OpenCV and MediaPipe.
Python OpenCV: detect cat faces
How to detect cat faces with Python and OpenCV
Python: Hand landmark estimation with MediaPipe
How to obtain hand landmarks from an image, using Python, MediaPipe and OpenCV.
Python dlib: face landmarks detection
How to use dlib and Python to detect face landmarks in an image.