- MVP: Minimum viable product complete
- WIP: Work in progress
- BKB: Back-burnered :(
- ✅: Finished
-
Adaptive Markov Chain Text Predictor (MVP): C++ Program that predicts the next word you type based on an n-gram model built in real time or with a pre-training text file.
-
Spalten Matrix Library (WIP): C++ library that provides the linear algebra foundations required for building neural networks.
-
Rudimentary AI Agent (WIP): Minimal agent system written using Python.
-
ESP32 Demos (WIP): Collection of beginner-intermediate sketches that make use of the ESP32-S3 Sense board along with different kinds of components.
-
LULC Classification ✅: Custom supervised classification model to map land use and land cover in the Jaipur, Rajasthan region.
-
Pong Game ✅: Pong-style console catching game with power-ups, debuffs, and chaos (Windows-only).
-
Shut The Box Simulator + Bot (✅): Simulator for the Shut the Box game with plug-and-play strategies. Written in Python.
-
Consalgo Visualiser ✅: Minimal but interactive visualisation of sorting algorithms written in C++.
-
StemLeaf Plot Generator ✅: Simple C++ program that creates a Stem Leaf plot given a list of integer values.
-
Console FPS ✅: Guided project for 2d raycasting game engine (YT: One Lone Coder)
-
MOOCfi File Extractor ✅: Script for extracting all personal solutions for problems from the MOOC.fi Python course.
-
Personal Knowledge CLI ✅: Rudimentary knowledge management system (One of my first Python projects)
- Hack-A-Known (MVP): React Webapp for a curated list of past, ongoing, and upcoming hackathons for easy discovery and tracking. Minimal and thoughtful UI. Notion DB integration.
-
DSAD Automation (BKB): AI-powered #LearnInPublic automation to generate blog posts based on personal DSA solutions + notes.
-
AdvaDS (BKB): Bulk Data analysis pipeline using Python
-
Directory Analyser (BKB): Insights and tips generator based on the safe analysis of any directory.