2023-24. Personal web suite of utilities for students. Includes features to manage due dates, plan future semesters, track completed credits, and estimate GPAs. Now includes an innovative AI assistant built using LLMs, allowing users to make requests and upload data using only natural language. Src, Live.
2023-24. AI-powered web app which helps users to learn SQL concepts through an interactive learning process. Backend dynamically generates practice problems, hints, and detailed solutions with explanations. Users customize their experience by specifying problem generation instructions, concept categories, and difficulty levels, all through a practical frontend. Src, Live.
Lecture Slides Enhancer & Cheat Sheet Generator
2025. Transforms lecture slide PDFs and personal notes into a structured Markdown document, which then gets enhanced with direct knowledge from a textbook by leveraging vector embeddings. This project mostly uses LangChain. A separate evaluation phase generates independent reports to continuously refine output accuracy and trustworthiness. You can also produce ultra-condensed cheat sheets and summaries and export to LaTeX, HTML, or PDF for easy printing.
2024. Analyzes audio features of songs in Spotify playlists and uses a scoring algorithm to compute ideal track sequences for transitioning between songs. Utilizes Spotify API to automatically save the optimized playlist to your account. Src.
2021-22 Contract Work. Authored a C++ GUI framework from scratch to meet upcoming product release requirements. Strong focus on writing performant and maintainable code, with minimal third-party dependencies. Developed fast and robust systems for rendering, events, layouts, theming, and animations. Worked with team of 7 beta testers to accelerate feedback and resolve bugs prior to release.
2023. Automatically categorizes books based on genres and themes. Helps you pick your next read by generating an informational paragraph for your list of books. Uses OpenAI API for content generation and InternetArchive for book metadata and cover images.
2024. Got a question about UGA courses? Ask my bot, and it will try to find the answer for you. For example: "list all ECON classes that also offer Honors sections."
Scrape Historic UGA Course Offerings
2024. Wondering when a niche elective course was last offered? My tool scrapes and caches multiple UGA pages and data sources to get you this data in the form of a SQLite3 database, with an easy-to-use interface for querying it.
2022. Powerful tool for hooking and intercepting specific system calls on Windows, enabling timestamps and parameter values to be logged. Highly valuable for debugging and reverse engineering complex programs.