Engineering & AI Systems

Architecting high-concurrency platforms, Knowledge Graphs, and intelligent agents.

Project Archive

Earlier explorations in computer vision, security, and web development.

2024

lostdb: Fast & Persistent Key-Value Store

A disk-based key-value store in Python featuring B-Tree indexing and persistent slotted-page storage for high-efficiency data recovery.

PythonB-TreeDatabase Systems
2022

Building and Road Segmentation

Developed a novel EffUNet architecture combining EfficientNetV2 with a UNet decoder, achieving benchmark mIOU scores of 0.8365 and 0.9153.

PyTorchDeep LearningUNet
2021

LSB Steganography with AES

Published an advanced steganography technique using Pixel Locator Sequence (PLS) and AES encryption, enhancing data security through random distribution.

PythonOpenCVCryptography
2022

Saathi: AI Agriculture Platform

AI-powered agriculture platform achieving 99%+ accuracy in crop recommendation and disease detection using TensorFlow and Scikit-learn.

TensorflowFlaskDockerNginx
2021

Image Quilting - Texture Synthesis

Implementation of texture generation and transfer algorithms from SIGGRAPH'01 using NumPy and OpenCV.

PythonNumPyOpenCV
2021

bWall: Anonymous BBS

A secure, anonymous image-based bulletin board platform with comprehensive backend unit testing.

FlaskSQLDocker
2021

Postgres - Auto Indexing

Automated indexing for secondary columns using HypoPG for virtual indexing, optimizing scan-heavy workloads.

CPostgreSQLHypoPG
ARCHIVED PROJECT
2021

Game of Life

High-performance simulator of Conway's Game of Life implemented using functional programming paradigms in C++.

C++Simulation
2020

CovidRecognizer

Biomedical image classification pipeline utilizing UNet segmentation with CLAHE and advanced binarization techniques.

Deep LearningUNetOpenCV
2020

Covid19 Tracker

Real-time state-wise tracker for India using Chart.js to visualize infection and recovery trends via public APIs.

JavaScriptChart.JsAPI