How to Run Open a terminal and navigate to the project directory. Install requirements.txt using this command. pip install -r requirements.txt To Run the main script use this command: python main.py To Run the GUI use this command: python gui.py