HELLO, WORLD!
public class Ethan extends Student {
-
public
Ethan() {
-
String
fullName =
"Ethan Haarer";
String school = "Georgia Tech";
Masters major = "Computer Science";
String specialization = "Machine Learning";
Resume resume = new Resume("pdf");
String[] hobbiesAndInterests = new String[] {
-
"Hockey",
"Reading",
"3D Printing",
public static void contact() {
-
Email
email =
new
Email("ethanldhaarer@gmail.com");
String[] links = new String[] {
}
EDUCATION
Georgia Institute of Technology
B.S. - Computer Science
Focuses in Intelligence and Devices
Graduated Summa Cum Laude May 2024
Georgia Institute of Technology
M.S. - Computer Science
Specialization in Machine Learning
Expected Graduation August 2025
PROFESSIONAL EXPIRENCE
Graduate Student Researcher
Teachable AI Lab @ Georgia Tech
August 2024 - Present
EDS AI Data Engineering Intern
KPMG US
June - August 2024
Enterprise Data Engineering Intern
Homesteader's Life Company
May - August 2022
Peer Instructor
The Hive @ Georgia Tech
January 2022 - May 2024
FEATURED PROJECTS
Filter ButtonsPredicting Pedestrian Positions with YOLOv5 and Gen Ai
Researched different methods to predict people's position in a top-down view with accurate distance estimation from POV images
Full Paper Linked Here
Github Repo
Written in Python with Google Collab
Inspiration AI - DnD Generative AI
Website to help DnD enthusiasts generate new locations, characters, quests, and more utilizing DnD REST API, LLMs, and stable diffusion models
Alpha Build Website
Github Repo
Built in Python using Streamlit
Cobweb 3 LLM Optimization
Working within TAIL to optimize Cobweb, a clustering model which supports incremental concept learning from fewer examples. The model learns both structure and parameters where the structural expansion is dynamic.
Link to Lab Page
Github Repo
Built in C++ optimized with CUDA
QUENCH - Robotic Bartending Machine
Prototpye drink mixer that decodes RFID card data to pour the perfect drink. Also hosts a native web server to request custom drinks over WiFi!
Demo Video
Find the Code Here
Written in C using Arduino
Mapping Crimes in Italy Capstone
Created a website for George Mason University to view and filter crimes in early Italy for historical research. Ability to upload custom maps and datasets
Link to the Site
Github Page
Written using React, Javascript, and Python