Featured Work
UF Study Room Finder★
December 2025 - Present

Building a website to help students find empty rooms to do work in on campus.
CaseFlow★
January 2026

Automated personal injury case evaluation using AI agents built for the Morgan & Morgan track at SwampHacks 2026.
PodCite★
September 2025 - October 2025
Developed FastAPI backend and Next.js frontend for podcast fact-checking, integrating Whisper API for audio transcription, RSS feed parsing for episode ingestion, and multi-source research APIs (Brave Search, arXiv, Congress.gov) for claim verification.
Built LangGraph AI workflow with grok-4-fast that analyzes transcripts to detect factual claims, orchestrates parallel source queries for verification, and generates timestamp-linked citations with confidence scores.
Florida Resource Map★
March 2025 - December 2025

Built an AI agent to scrape and compile resources for the florida resource map.
Other Projects
DSSD UF Chapter Website
December 2024 - January 2025

Built the frontend for the Data Science for Sustainable Development UF chapter website, serving as a hub for information about the chapter, its events, projects, and its members.
Crash Data Aggregation/Data Structure Comparison
April 2024
Leader of a team of three, organizing weekly meetings and delegating tasks, facilitating on-time project delivery.
Evaluated a dataset of 7.7 million crashes, resulting in the identification of high-risk locations
Created a hash map data structure in C++ for efficient data storage
Created as a final project for COP3530 where we were tasked to compare two data structures.
Custom AVL Tree Implementation
February 2024
Created a custom AVL Tree implementation from scratch in C++.
Includes standard functions such as insert, delete, and search.
Created as a project for COP3530 at UF.
Minesweeper Game
December 2023
Created a custom version of the original Minesweeper game using C++ and SFML.
The game has a functional GUI, timer, and score system.
Applied object-oriented programming principles to write modular code.
Created as a final project for COP3503C at UF.
Sudoku Game
April 2023 - May 2023
Developed a Sudoku game using Python and PyGame within a team of four.
The game includes a GUI, timer, and score system.
Utilized object-oriented programming principles to write clean code for basic game functions such as board, cell, and generating board values.
Created as a final project for COP3502C at UF.