Skip to content

Projects

23 projects by Sandeep Prajapati — AI systems, full-stack apps, and developer tools.

Pinned

Noloop — project by Sandeep Prajapati

Noloop

A glass-box medical claims adjudication and fraud-defense platform — an AI agent pipeline turns unstructured claim documents into explainable, role-specific decisions for patients, hospitals, and insurers.

Next.js · React · TypeScript · FastAPI

Beacon — project by Sandeep Prajapati

Beacon

An AI platform that converts unstructured project data — Slack threads, emails, meeting notes — into validated BRD drafts automatically.

Next.js 14 · FastAPI · Python · Groq LLM

All projects

Personal Portfolio — project by Sandeep Prajapati

Personal Portfolio

A premium full-stack portfolio built as a 3-app monorepo — public site, REST API backend, and a private admin dashboard.

React · TypeScript · Node.js · MongoDB

RAG Document Assistant

A production-style Retrieval-Augmented Generation system — documents are chunked, embedded with SentenceTransformers, indexed in Endee's HNSW vector database, and retrieved via cosine-similarity k-NN search to ground Groq's Llama 3.3 70B in a user-provided knowledge base with full source attribution.

Python · RAG · Streamlit · Endee Vector DB

Echo Echo — project by Sandeep Prajapati

Echo Echo

An AI music generation platform — multi-agent LLM orchestration (CrewAI + Groq Llama 3.1) composes 30-second instrumental sketches via the Suno v4 API, generates thematically aligned lyrics, and scores every output through an automated copyright-similarity detection pipeline.

Python · FastAPI · CrewAI · Groq Llama 3.1

sendText — project by Sandeep Prajapati

sendText

A modern, minimal real-time messaging utility built on Next.js App Router — fast, clean, and type-safe.

Next.js · TypeScript · Tailwind CSS · App Router

FinSight AI — project by Sandeep Prajapati

FinSight AI

An AI-powered financial intelligence platform — parallel agents deliver probabilistic revenue forecasts, buy/sell signals, and peer benchmarks in under 20 seconds.

Python · FastAPI · React · Scikit-learn

LearnLoop AI — project by Sandeep Prajapati

LearnLoop AI

An AI-powered learning platform that adapts to your learning style — with a study chatbot, performance analytics, planning, and weak-area detection in a premium, distraction-free UI.

Next.js 16 · React 19 · TypeScript · FastAPI

Solitudinarian — project by Sandeep Prajapati

Solitudinarian

A personal development dashboard for tracking habits, DSA practice, study time, health, and spiritual well-being — with an Integrity Score.

React 19 · TypeScript · Supabase · PostgreSQL

Stateful — project by Sandeep Prajapati

Stateful

An all-in-one CS study platform — algorithm visualizations, a VS Code-grade online compiler, an admin dashboard, and focus tools in one glassmorphic interface.

React 19 · TypeScript · Vite · Monaco Editor

Image Captioner — Misa — project by Sandeep Prajapati

Image Captioner — Misa

Three AI projects in one: a DeepSeek-powered chatbot, an unbeatable Tic-Tac-Toe AI, and a BLIP-based image caption generator.

Python · BLIP · Hugging Face · DeepSeek R1

GDG Cloud Study Jam Leaderboard — project by Sandeep Prajapati

GDG Cloud Study Jam Leaderboard

Real-time leaderboard for GDG Cloud Study Jam — tracks participant progress through Google Cloud skill badges live.

React · TypeScript · Tailwind CSS · Supabase

GDG OC Newsletter — project by Sandeep Prajapati

GDG OC Newsletter

A newsletter platform for GDG On Campus — create, manage, and distribute community newsletters with an archival system.

React · TypeScript · Tailwind CSS · Vite

Liquid Onyx Clock — project by Sandeep Prajapati

Liquid Onyx Clock

A glassmorphic PWA with a clock, timer, and stopwatch — built around a smooth liquid dark aesthetic with offline support.

React 19 · TypeScript · Vite · Tailwind CSS

GDG OC GU Website — project by Sandeep Prajapati

GDG OC GU Website

Official website for GDG On Campus Galgotias University — events, team showcase, and community hub aligned with GDG brand standards.

React · TypeScript · Tailwind CSS · Vite

Spiritual Browser Galaxy Theme Extension — project by Sandeep Prajapati

Spiritual Browser Galaxy Theme Extension

A Chrome extension replacing the new tab with a spiritual, distraction-free galaxy experience — zero backend, zero tracking.

JavaScript · Chrome Manifest V3 · Canvas · Jest

HydroVexel — AI Oil Spill Detection — project by Sandeep Prajapati

HydroVexel — AI Oil Spill Detection

A deep learning system that detects oil spills from satellite imagery with 94.57% accuracy using U-Net with Attention Gates, deployed on Streamlit.

Python · TensorFlow · U-Net · Attention Gates

Sandeepp.in — 3D Animated Portfolio — project by Sandeep Prajapati

Sandeepp.in — 3D Animated Portfolio

My previous portfolio — a fully 3D, heavily animated personal site built to push creative UI: custom motion, immersive effects, a REST API backend, and a private admin dashboard.

React 18 · TypeScript · Three.js · Framer Motion

StudySphere — project by Sandeep Prajapati

StudySphere

A productivity web app for students — session timer, goal tracking, and study analytics in a distraction-free interface.

React · JavaScript · Tailwind CSS · Vite

Tic-Tac-Toe AI — project by Sandeep Prajapati

Tic-Tac-Toe AI

Web-based Tic-Tac-Toe with an unbeatable AI opponent powered by the Minimax Algorithm with Alpha-Beta Pruning.

HTML · CSS · JavaScript · Minimax

Indian Culture Website — project by Sandeep Prajapati

Indian Culture Website

A visually rich informational website celebrating Indian culture — art, traditions, festivals, cuisine, and regional heritage.

HTML · CSS · JavaScript

Spotify Clone — project by Sandeep Prajapati

Spotify Clone

A pixel-accurate frontend clone of the Spotify web player — sidebar, album cards, playlist layout, and the bottom player bar.

HTML · CSS · JavaScript · Vercel

Flappy Bird (Pure Java) — project by Sandeep Prajapati

Flappy Bird (Pure Java)

A complete browser-based Flappy Bird recreation in pure Java — custom game engine, physics, collision detection, all built from scratch.

Java · Java Swing · AWT · OOP