ozayr / PySimpleGUI-Neural-Nets

just some boilerplate code for implementing neural nets in pytorch , with some added GUI vis for fun. Play with the parameters and make observations as to how they affect the training process.
7 stars 0 forks source link

Nicely done! #1

Open PySimpleGUI opened 4 years ago

PySimpleGUI commented 4 years ago

You did the entire GUI without asking one question on the PySimpleGUI GitHub. That's impressive! πŸ‘ Nice job. And great that you added a screenshot in your readme. LOTS more people take notice with a screenshot in the readme.

ozayr commented 4 years ago

Thank you ! there is many beautiful examples in the PySimpleGUI github also , the authors/admins do a great job in answering questions and providing solutions and alternatives , so if I managed to do anything without asking questions it’s a testament to the user friendliness of the library and the well answered questions posed by the community.

So Thank You and Well done PySimpleGUI !!!!!

PySimpleGUI commented 4 years ago

It would be GREAT if you would consider naming the repo with something like PSG or PySimpleGUI in the name rather than GOOEY. The reason is that Gooey is another Python GUI package so it's a little confusing. Someone reading the name would easily believe that you used that package in creating your awesome application.

I am putting together a list of some of my favorite PySimpleGUI applications and your application is an excellent one to include.

One project that I really want to use PySimpleGUI with is this one:

https://github.com/anandpawara/Real_Time_Image_Animation

I have a few machine learning demos already such as the YOLO demo and a photo / webcam colorizer and want to add more. I'm still trying to determine how to best organize ta list of applications but do know AI / machine learning deserves a place of its own.

Thanks for posting this fascinating look at neural nets and for using PySimpleGUI!

ozayr commented 4 years ago

Done !