This is a test GUI application that uses the python module "Tkinter" for the GUI code and "keras" for the machine learning and prediction code.
sudo apt install python3-pip python3-venv python3 -m venv python_venv
source ./python_venv/bin/activate
pip install --requirement ./requirements.txt
python3 ./tk_gui.py