This repository includes my submission for Assignment 3.
Demonstration of the code can be found at the following link: https://youtu.be/ju58uwa84wA
This was built using Python 3.12.2. Use any other version at your discretion.
Assuming you have python3 installed you can install the requirements by using the following commands.
git clone [this repo]
cd [this repo]
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
To run the code, you can use the following command:
python3 main.py