Home Projects Experience

Projects

Here are a few projects I have worked on over my journey as a CS major.

TheftWatch

HackHarvard 2024 Smart Cities First Place Winner. We used OpenCV and YOLOv8 to classify shoplifters into "safe", "suspicious", or "dangerous." Upon discovering a dangerous user, we send a text message via Twilio provide a detailed report as to what was stolen and description of suspect. I used CloudFlare AI workers to get the description of whats happening in the video, as well as designed an object detection model via Google's Vision Transformer.

PilPall

A project developed for the HackMIT2024 Hackathon, PillPal simplifies medication management by using computer vision to scan pill labels, sending timely SMS reminders, and providing personalized AI-driven assistance. This was built using OpenCV, PyTesseract, Langchain, Flask, React, and Nextjs

Campus Quest

A project developed for the CTPHacks 2024 Hackathon. We aim to provide students with the knowledge of where their campus' resources are via a game-ified approach. Using React, I developed dynamic page background illustrating the CCNY Campus's buildings, as well as designed a real-time AI assistant with LangChain.

BTT x Rockstar Datathon

As part of the Break Through Tech AI and Rockstar Games collaboration, I was invited from a pool of 300 students to participate. Alongisde a team of 3, we gathered insights into GTA V player statistics regarding their Kil-to-Death ratio using Pandas and scikit-learn. We would then illustrate our findings via Matplotlib, discovering the platform with the best players.

AI Customer Support Assistant

As part of the HeadStarter Fellowship, I alongside a team of 3 developed a smart Customer Support Assistant built using Next.js and LangChain. I also used a Kaggle Dataset on sample customer support Q-A to base the Chatbot's responses, demonstrating a mastery of Pandas.

Carbon Route

A project developed for the DevFest 2024 Hackathon. We aim to provide users with an accurate calculation of how much their ordered amazon products produces along its path to your home. We utilized Google Map's Matrix API to convert inputted location data into longitude and latitude, which would be fed into the Carbon emission API alongside an inputted package weight to calculate carbon emission by pound.

Secure Chatroom

For my Computer Security class, I was tasked with implementing Triple Diffie Helman Encryption on a chatroom program in C. This process entails creation of ephemeral keys on both clients' sides, which through several transformations allow messages to be shared without explicit sharing of these keys.

Utopia: A Twitter Clone

For CSC 322, I collaborated with my team on the "Utopia" project, a comprehensive web application for our software engineering class. We used Flask for the backend with a SQLAlchemy database and a React frontend. We implemented features like reading and managing posts/comments, user subscriptions, following users, liked posts, job postings, and messaging systems.