I'm a Python developer 🐍, a father 👨👩👧, and an open-source believer 🙌. I'm passionate about teaching machines to see the world through Computer Vision, automating intelligent decisions with Agentic AI, and uncovering stories hidden in data — one line of Python at a time.
I can help with ↴
Check out my projects
Here are some of my recent projects. I'm always working on something new, so check back often!
Agentic Cheque OCR A modular, LLM-powered pipeline for extracting structured data from bank cheque images using pluggable OCR engines and LLM backends via a LangGraph workflow.
Analog time reader A computer vision system to automatically detect and interpret time from analog clock images using deep learning and is reproducible via an MLOps pipeline (DVC).
Local RAG System A comprehensive, fully local RAG (Retrieval-Augmented Generation) system. Ingest knowledge from Excel files 📊, embed with HuggingFace 🤗, store in ChromaDB, and generate answers with Ollama's 🦙 local LLMs. Some of my writing
Along with coding I also like to write about life and technology. Here are some of my recent posts.
This article recounts my year-long search for the perfect blogging tool, exploring the options that I have encountered. Ultimately, I found Astro to be the ideal platform for my data science content. Discover why Astro stood out and stay tuned for more insightful posts on Python and data science!
This post delves into the mathematical foundations of Support Vector Classifiers (SVC). Discover how SVCs work by exploring the underlying concepts.
This article takes the development of the multiple linear regression concept, from the ground up. From the shape of data to the full fledged mathematical model.