May 2025 - August 2025
Dev Simplified
Website, AI | React, HTML/CSS/JS
An interactive platform for algorithm visualization and AI-powered technical and behavioral interview prep.
Includes an algorithm visualizer to visualize user-inputted tree algorithms such as DFS and BFS.
Also includes an AI-powered interview prep tool that uses Deepseek's API to conduct live mock behavioral and
technical interviews tailored specifically to the user based on their resume and job description.
April 2025 -August 2024
TwoTwentyFive
Mobile App | React Native, Firebase, Expo
A social workout tracker mobile app that makes weightlifting progress simple, motivating, and community-driven.
Users can log their workouts, track their progress over time, and connect with friends to share their
workouts and other gym content. The app also provides users with personalized feedback and
recommendations based on their workout history and goals.
February, 2024
Go
Game | Python, Pygame
Source code available upon request
An implementation of the game Go with a GUI and TUI. This was made
in Python with the use of Pytorch for the GUI. You can play against a
computer or another local player. There are three play styles for the AI
(random, smart, and aggressive).
June 2023
Least Squares Movie Recommendation System
Data Science | Python
A movie recommendation system that uses least squares to predict user ratings based on movies.
Data is scraped from Letterboxd.com, a social media platform for rating movies.
Analysis is done with Pandas, Numpy, and Sklearn libraries in Python.