My Projects
Real-world applications I've built — from full-stack portals with complex workflows to backend APIs and high-fidelity UI designs.
- All
- Full Stack
- Frontend
- Backend
- UI/UX
AI Hallucination Detection System
A verification system that detects factually incorrect or fabricated content in AI-generated text using a Retrieval-Augmented Generation (RAG) approach. The Flask-based backend retrieves factual data from a structured knowledge base and cross-references it against AI responses to identify mismatched or unverifiable claims. NLP techniques are used to break down responses at the sentence level for precise comparison. The system integrates with a Chrome Extension built in JavaScript that highlights hallucinated sentences in real time directly in the browser, giving users immediate visibility into unreliable AI output.
FMCIII Portal
A full-stack incubator management system built to handle the complete startup lifecycle — from application intake through multi-stage evaluation to funding decisions. Features a scorecard-based evaluation engine, mentor assignment module, and a PostgreSQL database designed with structured entity relationships across applicants, evaluators, and funding stages.
Suggestify
A project recommendation platform that takes user-defined interests as input and returns filtered project suggestions. The frontend handles dynamic content rendering and category-based filtering using vanilla JavaScript, with a clean interface built in HTML and CSS.
Grocery App UI
A high-fidelity grocery app interface designed in Figma with a focus on clear navigation hierarchy, intuitive product browsing, and streamlined checkout flow. The design prioritizes usability patterns common in e-commerce mobile apps — category grids, search-first layout, and cart accessibility.
Student Management API
A RESTful backend API that handles CRUD operations for student records with structured PostgreSQL integration. Built with Node.js and Express, featuring input validation, error handling middleware, and clean route separation for maintainability.