I’m a Senior studying Computer Science and Engineering at Santa Clara University. I am a former Amazon Software Development Engineer Intern and former Tech Lead of humanID, a non-profit startup backed by Harvard Business School and Mozilla.

My Favorite Things
What I'm Working on
Chat With Me

This is a simple chat bot that uses GPT-3 to guide the user through a conversation with predefined responses. This is done by having GPT-3 guess the selection of the user based on their input. A live demo is available here and the code is available here.

Simple Time Tracker

This macOS app was built using SwiftUI. It is a simple time tracker that lives in your menu bar. Create focuses, track your time, and view the analytics. This is my first swift project. The code can be found here.

SlideNotes

This web app allows a user to upload a .pptx or .pdf presentation and receive custom created notes using openAI gpt-3. React.js is used for the frontend and the backend is built using SAM CLI with components including Lambda, DynamoDB, S3, SQS, API Gateway, and Cloudwatch. Check it out here.