-
Notifications
You must be signed in to change notification settings - Fork 0
Description
With your knowledge of PySimpleGUI it seems like this project could really look cool with a GUI. The AI world still lives on the command line, sadly, but people like yourself can bring it off the command line and onto the screen!
Given all the training and waiting that happens in AI, progress bars alone would be an improvement.
The PySimpleGUI Demo Program for the Chatterbox AI has a window with multiple progress meters on it. It looks like this when training.
The YOLO AI demo has algorithm parameters that are shown in the window with the video and are changeable in realtime, something not possible using a command line.
Here you can clearly see if you slide the "tolerance" up high, less objects are detected. Drag to the left and objects begin to be recognized again.
I dunno, just a thought since you've already demonstrated your ability to successfully create GUI based programs 😊

