top of page
Matea&Kyle_ 2.jpg

Projects

Joke Generation Project, Fine-tuned for different audiences

Personal Project

For this project, I was able to complete my goal of generating jokes based on a fine-tuned LLM model that also used transformers. Initially, I was going to use the ChatGPT transformer, but due to some challenges (time restrictions) with this, I decided to create my own transformer model. So I loaded my family guy data, conducted sentiment analysis on it with NLP techniques, categorized the jokes into audience type and category type, then fine-tuned with the help of chat-GPT-2, created a transformer, and generated jokes. My jokes did not come out as expected; therefore, I came up with the idea of using prompt engineering to fix this issue. The solution to this was to generate our jokes manually based on my fine-tuned model and transformer model, then enhance the jokes using chat GPT and prompt engineering, which ended up going well as I got jokes that were qualitatively quite funny. If running the simulation UI and encountering an error, it might be because of my CHAT-GPT API usage cost (which I exceeded). In the future, I would like to add more sitcom datasets. I evaluated my generated jokes using sentiment analysis and classified them as funny or not. I evaluated my model using Bleu and Rogue analysis.

Transformer-apps.jpg

Futbol/Soccer Formation Detection using Digital Image Processing Techniques and Machine learning 

Personal Project

Inspired by my love of soccer, this project explores the use of digital image processing (DIP) and machine learning to analyze and detect team formations from match images. By leveraging RGB to HSV conversion for improved color segmentation, masking and filtering to isolate jerseys, and centroid detection to pinpoint player positions, I developed a system that accurately identifies formations and provides strategic insights. The field is divided into four vertical sections to match standard formations (e.g., 4-4-2, 3-5-2, 4-3-3), and a dataset of FIFA-approved formations serves as a reference for validation. Once a formation is detected, a machine learning model suggests tactical adjustments based on real-time game scenarios, such as shifting to a more offensive setup when losing. Additionally, the model offers player substitution recommendations to optimize team performance. This project combines my passion for soccer with data science and computer vision, offering a tool that enhances tactical decision-making for coaches and analysts.

Screenshot 2025-02-05 at 12_edited_edite

A Statistical Machine Learning Approach to Understanding Career Change

Personal Project

Inspired by my curiosity about the factors influencing job satisfaction, this project, conducted in my statistical machine learning class, explored whether the combination of years of experience and industry growth rate predicts job satisfaction and how this relationship varies across different fields of study and occupations. Using a rigorous approach that included exploratory data analysis (EDA), causal inference through a Directed Acyclic Graph (DAG), hypothesis testing (Frequentist and Bayesian), and logistic regression via Generalized Linear Models (GLM), I examined the significance of these predictors. The frequentist analysis, using ANOVA, resulted in a p-value of 0.6455, leading us to fail to reject the null hypothesis—indicating that years of experience and industry growth do not significantly affect job satisfaction. Similarly, Bayesian analysis confirmed this result, with confidence intervals consistently including zero, reinforcing the lack of strong evidence for an effect. A posterior predictive check further suggested a poor fit between observed data and model predictions, potentially due to incorrect distributional assumptions. Recognizing these limitations, I proposed future improvements, including nonlinear modeling, alternative distributional assumptions, and Generalized Additive Models (GAM), as well as incorporating additional variables and datasets to refine the analysis. This project deepened my understanding of statistical modeling and causal inference, highlighting the complexities of real-world labor market dynamics.

Screenshot 2025-02-05 at 1.07.42 PM.png

User interface and API Management to display Premier League Statistics and Highlights

Personal Project

I developed a website that integrates multiple APIs to display comprehensive statistics for the English soccer league. One API provided video highlights, while another contained in-depth statistical data, allowing me to combine their strengths to deliver a more complete user experience. By designing an efficient API interaction system, I ensured seamless data retrieval and presentation, overcoming the limitations of individual APIs. The project involved handling API requests, data transformation, and frontend integration to create an interactive platform that showcases team and player statistics alongside match highlights. This experience enhanced my ability to manage and optimize API workflows, demonstrating how multiple data sources can be effectively merged to build a robust and dynamic web application.

Screenshot 2025-02-05 at 1.15.08 PM.png

Star Wars-Themed Dogfight Game: Unity and C# Development

Personal Project

Designed and developed a Star Wars-inspired dogfight game in Unity using C#, where users control a fighter jet to progress through levels by defeating enemy jets and ultimately destroying a large starship. Implemented OOP principles with C# classes to manage game elements such as player and enemy health, blasters, and ship mechanics. Integrated audio effects, visuals, and UI components to enhance immersion, while tracking game states and health dynamics to deliver a polished gameplay experience.

Crazy Eights: Java-Based Card Game Implementation

Personal Project

Developed a console-based card game using Java, simulating the rules and gameplay of Crazy Eights. Designed and implemented object-oriented structures, including classes for cards, decks, players, and game logic, adhering to OOP principles. Utilized data structures and algorithms to streamline game flow and enable multiple simulations through the command line. Focused on modular and maintainable Java code to ensure extensibility and robust gameplay mechanics.

Family_Game_Shelf_crazy_eights_card_game.jpg

Halloween 3D Printing Project

Student Engineer

For our 3D printing class project, we teamed up to bring Halloween dreams to life for local elementary students. Tasked with creating a unique costume, we focused on one student's wish to become Ironman. Leveraging Fusion 360 for design and Python for interactive light and sound effects, we dedicated countless hours in Swenson Hall to craft a one-of-a-kind Ironman costume. The result was a testament to our learning and hard work: a fully interactive Ironman suit that made our young friend's Halloween unforgettable.

Online Music Application

Student Engineer

During my time at Universidad Carlos III de Madrid, I engaged in a collaborative project with international peers to create a music application. This endeavor required us to harness our HTML and CSS skills for both design and functionality, resulting in an intuitive and visually appealing application that enhanced users' musical experiences. This project not only honed our technical abilities but also fostered a creative and multicultural team dynamic.

Computational Biology Research

Student Researcher

As an Undergraduate Research Associate, I focused on computational modeling of fluid dynamics in peristaltic circulatory systems, notably in tunicates. This study explored peristaltic hearts across varying circulatory resistances, employing opposing sine waves and sharp Gaussian peaks to assess heart tube flexibility's impact on flow rates and transport costs. Our findings indicated that increased resistivity reduced flow rates while flexibility improved them, offering insights into peristaltic pump efficiency in resistive systems. My role involved significant data analysis using Matlab and collaboration via GitHub, contributing to our presentation at the Society for Integrative and Comparative Biology (SICB).

Screenshot 2024-02-05 at 7.46.55 PM.png

Computational Biology Research

Student Researcher

In our avian flight performance project, we analyzed the evolutionary influence of bird wing structure using XFLR5 for simulation interpretation. Collaboration was key, facilitated through GitHub, allowing our team to work synergistically and track changes efficiently. Matlab played a crucial role, enabling us to perform detailed simulations and analyze the data to understand the flight mechanics better. This integrative approach combining GitHub's collaborative platform, Matlab's computational power, and XFLR5's detailed simulations provided us with comprehensive insights into avian flight evolution.

birdflightresearch.jpeg

Neuroscience Student Research Project

Student Researcher

In a group effort for a neuroscience research project, we investigated the efficacy of 3D-printed learning aids versus traditional teaching methods. Our team designed an experiment with Chapman University students, using 3D-printed brain models to potentially enhance the educational experience. Students were split into two groups: one experienced a standard lecture while the other interacted with the 3D models. We assessed the impact through a brain anatomy exam, aiming to measure the immediate benefits of engaging with tactile learning tools.

Screenshot 2024-02-02 at 5.43.10 PM.png

Blockly Fitness Program

Student Engineer

The Fitness Program DSL project merges fitness with programming, allowing users to easily craft personalized workout routines through a visual drag-and-drop interface. It simplifies fitness planning for all skill levels by using visual blocks to represent exercises and their parameters, requiring sophisticated parsing to translate these into structured workout plans. This innovative approach demystifies programming concepts while making fitness more accessible and customizable.

Credit Card Database Management

Student Engineer

We developed a financial management app to help users track budgets and manage credit cards in one place. It allows for viewing financial statements, setting budgets, and customizing spending categories. With functionalities to manage transactions and a user-friendly interface designed in HTML and CSS, backed by Python and MySQL, our app aims to simplify financial oversight for users.

NFT Summer Project

Engineer

I created a unique NFT collection featuring 100 randomly generated characters, each with distinct attributes. This digital art project combines creativity and blockchain technology, allowing for the collection and trading of exclusive, one-of-a-kind characters with various features.

bottom of page