AI Chats

Scheduling App
This Java application uses CRUD functionality with a MySQL database to manage clients, scheduling, alerts, reports, etc.. Features include: Concurrency, Authorization, Authentication

AI Loan Approval
This Python based application leverages machine learning libraries to create a pipeline that classifies client loan information as pass or fail using logistic regression.

Dynamic Delivery
Terminal-based simulation application tasked with finding delivery routes for packages in a city with various conditions. Be able to query information about a single or all trucks at a given time

Parts Inventory
Java GUI application to manage the parts and products in an inventory system for a generic business. CRUD functionality for parts and products where the products are made from individual parts.

SSH GUI App
Python-based GUI application used to securely connect to a remote server using ssh. Be able to create, read, update, and delete files and folders via ssh securely.

Next.JS/Typescript Web App
The Next.js framework features scalability, server-side rendering, static site generation, along with performance optimization. Typescript solves many errors by implementing types to variables.

Spring/React.js Fullstack App
Spring-boot backend REST API utilizing Spring MVC, Spring Data JPA, and Spring Security in the backend technologies with a React.js frontend for dynamic content.

Drone Automation Simulation
Programmed a simulated autonomous rescue vehicle to find survivors in an earthquake scenario, in which the bot would systematically search an environment and relay survivor locations via GPS to search and rescue.