Greetings, Programs! in the Matrix called Earth.

I'm Santha Lakshmi Narayana, a voyager on a mission to explore the digital universe.

All Posts

Super fast Python (Part-5): Numba
Super fast Python (Part-5): Numba

Speed up Numerical computations and functions in Python with Numba and Numpy.

Super fast Python (Part-4): Cython
Super fast Python (Part-4): Cython

Convert slow Python code to run as fast as C/C++ using Cython.

Super fast Python (Part-3): Multi-processing
Super fast Python (Part-3): Multi-processing

Make computations in Python faster with Multi-processing .

Super fast Python (Part-2): Good Practices
Super fast Python (Part-2): Good Practices

Write Python programs by following good practices to run code incredibly faster.

Super fast Python (Part-1): Why Python is Slow?
Super fast Python (Part-1): Why Python is Slow?

Why Python is slow compared to C/C++ or Java? And where can we improve our code to run fast?

Image Enhancement using Retinex Algorithms
Image Enhancement using Retinex Algorithms

Enhance low-light images using Retinex algorithms with Fast Fourier Transform in Python.

Retinex Theory of Color Vision
Retinex Theory of Color Vision

Retinex theory explains the color constancy of Human Visual System that used in many Image processing applications.

Chromatic adaptation (Color constancy)
Chromatic adaptation (Color constancy)

Color constancy of an image using Chromatic adaptation technique in Python.

Whiteboard Image Enhancement using OpenCV
Whiteboard Image Enhancement using OpenCV

Enhance whiteboard images taken from mobile using OpenCV.

Color Theory
Color Theory

Different color properties, color models, and color space that are useful in image processing, graphic design, and game design.

Color Science
Color Science

Understanding the concept of Color from human eye's perception to digital world representation.

Create a Notes App with Flutter
Create a Notes App with Flutter

Create a color-rich Note-taking app with Flutter.

Build Blog with Next.js and MDX & Deploy to Github Pages
Build Blog with Next.js and MDX & Deploy to Github Pages

Create a blog with Next.js as Static Site Generator, MDX for writing content, Github Pages for deploying the static website. Also add SEO and Image optimization.