Coding a Zoom video filter from scratch in Python and OpenCV

Create your own custom face-tracking video filter using Python, OpenCV, and MediaPipe. In this tutorial we overlay a mustache on a tracked face. This filter … Read more

Similar

JSON Serializer in Python

Due to JSON’s ubiquity, we end up reaching for JSON libraries regularly when we have a project that needs to exchange data with other systems. Whenever something becomes widespread and becomes an “infrastructure”, it turns into a black-box in people’s min... (more…)

Read more »