My Blog Posts

Push-ups with Python & MediaPipe

March 15, 2023

Learn how to use Python and MediaPipe to count push-ups. This tutorial walks you through the process of creating a push-up counter using computer vision techniques.

PythonComputer VisionMediaPipe
Read on Medium

Unraveling the Transformer Architecture

April 2, 2023

Discover the secrets behind language models and the Transformer architecture. This in-depth article explains the key components and mechanisms that make Transformers so powerful in natural language processing tasks.

NLPTransformersMachine Learning
Read on Medium

Stereo Vision: Making a Depth Map from Scratch

May 10, 2023

Explore the fascinating world of stereo vision and learn how to create a depth map from scratch. This article guides you through the process of understanding and implementing stereo vision techniques.

Computer VisionStereo VisionDepth Mapping
Read on Medium

Stereo Vision: Adding Object Detection to Our Depth Map

May 25, 2023

Take your stereo vision project to the next level by incorporating object detection. This tutorial shows you how to combine depth mapping with object detection for more advanced computer vision applications.

Computer VisionObject DetectionDepth Mapping
Read on Medium

Add Firebase to Flutter on Windows

June 8, 2023

A step-by-step guide on integrating Firebase into your Flutter project on Windows. Learn how to set up Firebase services and use them in your Flutter applications for a robust backend solution.

FlutterFirebaseWindowsMobile Development
Read on Medium