{
}
[
]
;
=
+
1
0
1

My Projects

Splab
Full-Stack
Mobile-first full-stack web app as a low-friction solution for collaboratively splitting tabs with friends in real time

Developed a mobile-first full-stack web app as a low-friction solution for collaboratively splitting tabs with friends in real time

Built a receipt parsing pipeline with a fine-tuned Hugging Face Donut Transformer & benchmarked it against alternative models

Engineered a RESTful FastAPI backend with Docker and deployed it on Kubernetes (k3s) with Traefik ingress, while hosting the frontend on Firebase, setting up CI/CD pipelines for both via GitHub Actions secured with Tailscale

Integrated real-time tab updates and online status tracking with WebSockets and Firestore for multi-user collaboration

FastAPIReactSocket.IOFirebaseKubernetesDockerHugging FaceWebSockets
WebAssist
WinnerAI/ML
AI-powered Chrome extension featuring content-summarization, interactive flashcard generation, and chatbot functionality

1st place at 2024 Text AI Jam Hackathon by FluensTech

Built an AI-powered chrome extension featuring content-summarization, interactive flashcard generation, and a chatbot all dynamically working with the webpage's content along with a multi-highlight functionality

Implemented a Flask backend API integrating a RAG model using OpenAI for generating embeddings stored in FAISS vector database, alongside a LangChain summarization chain to overcome the LLM's context window limits

Developed a React front-end incorporating text-to-speech functionality while leveraging Chrome Runtime API to connect content script to client-side and Chrome Storage API to preserve extension's state between user sessions

ReactFlaskJavaScriptLangChainTailwindOpenAIFAISSChrome API
CollabConnect
Full-Stack
Full-stack global networking platform to connect users for research, hackathons & tech-projects

Developed a full-stack global networking platform to connect users for research, hackathons & tech-projects

Engineered a RESTful API with Express, using Mongoose for user schema creation and Zod for validation, integrated with Auth0 for JWT authentication, and Nodemailer for mail functionality in an MVC architecture

Built a dynamic 3D globe using Three.js to visualize user distribution, alongside Mapbox for an interactive map interface enabling users to search potential connections by location along with filter options

Leveraged Google Places API for address autocomplete & Google Geocoding API for users' geolocation

ExpressThree.jsMapboxAuth0MongooseZodGoogle APIs
Google Docs MCP Server
Full-Stack
Full-stack application providing Google Docs integration through Model Context Protocol with React client interface

Built Spring Boot MCP server implementing Google Docs operations including document creation, reading, and text appending

Developed React frontend with Google OAuth authentication using Vite build system

Integrated YouTube transcript extraction functionality

Spring BootReactGoogle APIsOAuthViteMaven
Hospital Management System
Backend
Command-line based hospital management system for patient admissions, doctor details, and billing operations

Developed hospital management system with patient, doctor, room, and diagnosis management

Implemented MySQL database backend with CRUD operations for all entities

Built modular architecture with separate data logic, models, and UI components

PythonMySQLDatabase Design
Flappy Bird Game
Game Dev
Java implementation of the classic Flappy Bird game with responsive graphics and scoring system

Created Flappy Bird game mechanics with spacebar/mouse controls

Implemented obstacle generation and collision detection

Developed scoring system and graphics rendering

JavaGame DevelopmentGraphics