Go to file
Jeremy McClure 2b06129280 update README 2024-01-20 07:35:29 -05:00
doc Add image and update README.md 2022-12-01 03:39:40 -05:00
.gitignore Add image and update README.md 2022-12-01 03:39:40 -05:00
README.md update README 2024-01-20 07:35:29 -05:00
main.py updated libraries and cleaned up code. 2024-01-20 07:24:14 -05:00
requirements.txt updated version numbers 2024-01-20 07:24:33 -05:00

README.md

image

How to get started

Create a python virtual environment

python -m venv .venv

Activate the environment

source ./.venv/bin/activate

Install requirements

pip install -r requirements.txt

Run the UI

python main.py