The Coding Notebook
Memorable coding moments of a software engineer

OpenCV vs YOLO for Small Object Detection

16 Feb 2025
Well, not really one vs the other but how to get the best of both worlds!

AI for Developers: Image captioning using visual attention

29 Jan 2025
Training an image captioning model with visual attention. An example of combining 2 modalities into a single model.

AI for Developers: RNN encoder-decoder seq2seq translation

27 Jan 2025
Training an RNN encoder-decoder to translate Spanish to English. This is a simple demonstration of sequence-to-sequence model.

AI for Developers: Using RNNs

24 Jan 2025
Training a simple RNN text generator to demonstrate the concept of text generation.

Notes from course: Generative AI with Large Language Models - Week 1

21 Jan 2025
Below are my notes from the course  "Generative AI with Large Language Models" offered by  deeplearning.ai

Building TensorFlow Lite for Android on WSL

02 Feb 2024
In this post I am going to document the process of building the TensorFlow Lite android library and C library (libtensorflowlite_c) on Ubunt...

Using OpenGL in Flutter

14 Jan 2023
 In this video tutorial we'll see how to use OpenGL in Flutter on Android

24 Dec 2021
Running TensorFlow Lite on Windows using the XNNPACK delegate

Aruco marker detection and pose estimation

23 Dec 2021
Developing a custom Aruco marker detector is a great practice of some basic image processing... We will also see how to use it for camera po...

Same branch and tag name in git

25 Nov 2021
Handling git error "dst refspec xyz matches more than one"...