Skip to main content
Eesh Saxena
// All Works

All Projects

16 Projects

Work across AI/ML, data science, and web development.

View on GitHub →

AI / ML

01

Conflict-Aware Graph RAG

Graph-based retrieval-augmented generation that turns text into knowledge triples with LLMs. An entropy-based conflict-detection module cuts hallucination on multi-hop question answering.

  • Python
  • LangChain
  • Neo4j
  • GPT-4o
  • HuggingFace
02

RajNLP-50K Corpus

India's first open Rajasthani-Hindi code-switched corpus of 50K sentences. Fine-tuned MuRIL beats GPT-4o on NER, sentiment, and toxicity detection.

  • Python
  • PyTorch
  • HuggingFace
  • MuRIL
03

Cardiac Edge AI

140x compressed deep-learning model for real-time 5-class arrhythmia detection on an Arduino Nano 33 BLE. Hits ~99% F1 in under 256KB using spectral knowledge distillation and ECG+PPG sensor fusion.

  • Python
  • PyTorch
  • TFLite Micro
  • C++
  • Arduino
04

Image Caption Generator

A CNN encoder with an LSTM decoder that writes natural-language captions for images, trained on the Flickr8k dataset.

  • Python
  • PyTorch
  • CNN
  • LSTM
05

AI Dungeon Master — Harry Potter RPG

A fully AI-powered text + image RPG set in the Wizarding World. Combines an Ollama LLM narrator, NetworkX knowledge graph, emotion-driven storytelling, Q-learning enemy AI, and procedural scene rendering.

  • Python
  • Ollama
  • NetworkX
  • Reinforcement Learning
  • Docker

Data Science

06

IPL Auction Optimizer

Squad optimizer for IPL cricket auctions using XGBoost player valuation and Integer Linear Programming for budget-constrained team selection on Cricsheet ball-by-ball data.

  • Python
  • XGBoost
  • scikit-learn
  • PuLP
  • Pandas
07

Urban Heat Island — Ahmedabad

Satellite-based Urban Heat Island analysis of Ahmedabad (2013-2024) using Landsat 8, Sentinel-2, Google Earth Engine, and scikit-learn for LST mapping and hotspot prediction.

  • Python
  • Google Earth Engine
  • scikit-learn
  • Remote Sensing
08

Smart Money Tracker

Mutual Fund Intelligence Dashboard for tracking fund manager holdings, portfolio overlap, style drift, SIP XIRR, and BHB performance attribution.

  • Python
  • Pandas
  • Plotly
  • Finance

Research

09

Reversible Data Hiding: Paper Implementations

Reproductions of recent reversible-data-hiding papers (IEEE TMM, SPL, and TCE, 2024 to 2026): encryption, embedding, and extraction pipelines benchmarked for capacity and reconstruction fidelity.

  • MATLAB
  • Python
  • Image Processing
  • Cryptography

Web / Full-Stack

10

ShopHub: MERN E-Commerce

Full e-commerce platform with a product catalog, shopping cart, checkout, user authentication, and order management.

  • MongoDB
  • Express
  • React
  • Node.js
11

E-Commerce: PHP + MongoDB

The same store rebuilt on a PHP backend with MongoDB, keeping a React-compatible frontend.

  • PHP
  • MongoDB
  • React
12

Distributed File Storage

A distributed file-storage system with node-based storage.

  • TypeScript
  • Node.js
13

SERN Stack Web App

A full-stack web application built on the SERN stack.

  • SQL
  • Express
  • React
  • Node.js
14

Leclerc (CL16) Website Replica

A faithful replica of Charles Leclerc's website: a smooth-scroll, animation-driven experience.

  • JavaScript
  • GSAP
  • HTML
  • CSS
15

Weather Dashboard

A clean weather app that pulls live forecasts from a public API, with city search and saved locations.

  • React
  • JavaScript
  • REST API
  • CSS
16

Library Management System

A CRUD system for managing books, members, and loans, with search, due-date tracking, and an admin dashboard.

  • MySQL
  • Express
  • Node.js
  • EJS