Skip to main content
Eesh Saxena↗ 3D View
// All Works

All Projects

12 Projects

Work across NLP, edge computing, and graph-based reasoning.

View on GitHub →
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

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
05

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
06

E-Commerce: PHP + MongoDB

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

  • PHP
  • MongoDB
  • React
07

Distributed File Storage

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

  • TypeScript
  • Node.js
08

SERN Stack Web App

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

  • SQL
  • Express
  • React
  • Node.js
09

Leclerc (CL16) Website Replica

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

  • JavaScript
  • GSAP
  • HTML
  • CSS
10

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
11

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
12

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