My Recent Projects

Here is what I have been working on recently

card-img
PhotoInsights

Photo application that provides advanced insights into a user's tendencies when taking photos. Made with JHipster, React, and Spring Boot. The application strips the EXIF data off photographs such as FStop, Focal Length, and Shutter Speed and stores the data in a H2 database. The data is then analyzed and shown to the user in a graphical representation using ApexCharts.

 View Project
card-img
Sudoku Solver

Using BackTracking, Minimum Remaining Value, Degree Heuristic, and Forward Checking to solve any Sudoku puzzle. Made in part as a project for my Junior year Artificial Intelligence course. It is able to solve any easy, medium, hard, or expert level puzzle from sodoku.com in under one second. It is written in Python and works by reading in a txt file and outputting a txt file with the solved puzzle.

 View Project
card-img
CryptoChat

A chat application that provides End-to-end encryption for chat messages. Mesages are encrypted with AES-CBC and stored on a MySQL database encrypted. If two users have the same key they will be able to decode each other's messages otherwise the messages will just appear as gibberish. Made with Flask, Pusher API, and hosted on PythonAnywhere for a short duration.

 View Project
card-img
Warzone Discord Bot

A Discord Bot that provides player statistics as well as Daily/Weekly Leaderboards to those in the Discsord Server. Statisitics are retrieved from the official Call of Duty API and stored in a SQLite Database. The Bot is written in Python and ran from my Raspberry Pi. After playing many hours with friends, this was a fun application to create in order to see who truly is the best player 😊

 View Project
card-img
8Puzzle Solver

Another project for my Junior year Artificial Intelligence course, this program uses the A* search algorithm along with the Manhattan distance heuristic to solve any 8-puzzle. A sliding puzzle is a 3 x 3 grid where the tiles have to be shifted in a certain manner so that they are arranged in increasing order. The program is able to ouput the correct sequence of moves (up, down, left, or right) to solve the puzzle in the least number of moves.

 View Project