Created a Neural Network to identify hand-written letters based on the MNIST dataset using Java. Utilized Convolutional, Max Pooling, and Fully Connected Layers along with a custom data reader. Achieved 92% accuracy for guessing numbers based on the test dataset without using any external libraries.
Front-end framework for a B2B SaaS platform to organize internal events such as gym classes or hikes and to track and compete in fitness challenges with colleagues. Worked on this as part of a team of four for the NDRC 2024 Startup Sprint Hackathon and won the award for the 'Most Progress' made on the day.
Finds the cheapest flight for user’s travel requirements using the Air Scraper API from RapidAPI. Built with ReactJS and Tailwind CSS. Handles authentication with Firebase and allows users to save flights using a Firestore database.
A simple portfolio website detailing my work experience and projects, which you are currently looking at! Built using ViteJS, ReactJS, and Tailwind CSS.
A comprehensive calculator application for graphing and calculus, utilizing Python for back-end calculations and a JavaScript, HTML, and CSS-based interface for an intuitive user experience.
A web application developed during at Hack Trinity to analyze tenant contracts using PDF scraping and Perplexity AI for data processing and display.
RayCater for rendering maps with simple 3D graphics. Used OpenGL for rendering shapes based off the player's position on the map.
Mathematics application implementing 10+ algorithms, e.g. Shunting Yard, Gradient Descent, Dimenionality Reduction via PCA, Sieve of Erastothenes, etc. Designed amn interactive CLI menu using ANSI codes, ASCII art, and commands.
A Java application displaying system information with dynamic graphs and diagrams, developed with Java, JavaFX and CSS.