My Projects
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
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
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
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
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
Created Flappy Bird game mechanics with spacebar/mouse controls
Implemented obstacle generation and collision detection
Developed scoring system and graphics rendering