// BLOG

Thoughts & Articles

Writing about AI, Machine Learning, Computer Vision, and my research journey

Computer Vision
2025-12-15 8 min read

Getting Started with YOLO for Real-Time Object Detection

A comprehensive guide to understanding YOLO architecture and implementing it for real-time object and gesture detection in computer vision applications.

YOLOComputer VisionPython
Generative AI
2025-10-20 12 min read

Stable Diffusion: From Theory to Practice

Understanding the mathematics behind diffusion models and how to use them for generating lifelike avatar animations and 2D-to-3D video transformations.

Stable DiffusionGenerative AIPyTorch
Deep Learning
2025-08-05 10 min read

Building Sign Language Recognition with Deep Learning

How I built a real-time Indian Sign Language recognition system supporting multi-person gestures and sentence-level translation using YOLO-NAS and MediaPipe.

Sign LanguageYOLO-NASMediaPipe
Computer Vision
2025-06-12 7 min read

Real-Time Pose Estimation with MediaPipe

Leveraging MediaPipe's pose estimation capabilities for skeletal keypoint extraction, enhancing gesture recognition accuracy in sign language systems.

MediaPipePose EstimationPython
Deep Learning
2025-03-18 9 min read

LSTM + Dynamic Time Warping for Gesture Sequence Recognition

Combining LSTM temporal modeling with DTW for robust dynamic gesture recognition — the approach behind my IEEE GITCON 2026 publication.

LSTMDTWTensorFlow
MLOps
2025-01-22 11 min read

Deploying AI Models to the Edge with TensorRT & ONNX

A practical guide to optimizing PyTorch models using ONNX and TensorRT for low-latency inference on edge devices.

TensorRTONNXEdge AI