New York Airport Annual Enplanements
This project was created for Introduction to Database Systems. The New York Airport Annual Enplanements project utilizes a LAMP stack, and JavaScript components to display New York state airport data from the Annual Enplanements in NYS Airports: Beginning 1997 dataset published by New York State.
The project utilizes many SQL commands to generate and import the dataset as well as display the data in the JavaScript Components.
Primary languages used: HTML, JavaScript, SQL
This project and all supporting documentation can be found on GitHub.

Image from mariadb.org

Binary Sudoku Solver
This project was created for Introduction to Logic Programming. The Binary Sudoku Solver uses Clingo, MKAtoms, Python, and TKInter to solve a binary sudoku puzzle. TKInter is use for building the GUI and MKAtoms creates an atom for use in Clingo. Clingo (the chosen answer set solver) utilizes a list of rules in order to solve the puzzle.
Primary languages used: Clingo, Python
This project and all supporting documentation can be found on GitHub.

Unix Find Utility
This project was created for Concepts of Operating Systems. This project uses C to recreate the Unix find utility. The implemented functionalities, and syntax for these functionalities are listed in this project's ReadMe file. 
The project utilizes System headers (sys/types.h, sys/stat.h), dirent.h, and others to list out files that the user wants to find and any other arguments included. The output of the project will be a list of files matching the included arguments.
Primary languages used: C
This project and all supporting documentation can be found on GitHub.
Amarillo Medical Oxygen

This website was created for Amarillo Medical Oxygen & WHSL, Inc. and can be found here.
Squeeze-IT AI Agent
This project was created as a team project for Intelligent Systems. This project uses python to solve a squeeze it puzzle. The Squeeze-IT AI agent implements a Minimax tree utilizing alpha-beta pruning, and set heuristics.
Primary languages used: Python
This project and all supporting documentation can be found on GitHub.
Los Angeles Traffic Prediction Bayesian Network
This project was created as an introduction to bayesian networks. The network was created using data obtained from NOAA, and The City of Los Angeles. This traffic prediction network simplifies many factors that play a role in traffic analysis. 
Primary application used: SAMIAM
This project and all supporting documentation can be found on GitHub.
Lubbock Covid-19 Information Chatbot
This project was created as an introduction to dialog agents. The chatbot provides information related to COVID-19 to a user. The information gathered for this agent was obtained from Texas Tech University, the City of Lubbock Health Department, and Texas Department of State Health Services. The agent was created in Google Dialogflow and Actions for Google Assistant to provide an excellent user experience, and can be utilized either in browser, through Dialogflow Phone Gateway, or on any Google Assistant enabled device. 
Primary applications used: Google Dialogflow, Actions for Google Assistant
This project and all supporting documentation can be found on GitHub.

Dialogflow is a registered trademark of Google, Inc.

Back to Top