A database used for storing information about users, rides, etc. for a ridesharing app. Written in Python using SQLite and SQLAlchemy with a Flask REST API. Utilizes Docker to run as a container on Google Cloud Platform.
A chess playing Convolutional Neural Network written in PyTorch capable of selecting moves given a board position. Complete with a Next.js frontend for user interactions and a Flask REST API for frontend calls.