-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Handwriting Synthesis GUI #81
base: master
Are you sure you want to change the base?
Conversation
Add gui.py, the file with the whole GUI in it!
Even though it's unused, it complains without the light theme being present
Make empty lines look normal between paragraphs, and make svg2png not immediately crash when bounding box is not found.
Wow this is great. |
This is really great! Are you still working on this? If there weren't any licensing concerns, you could even reach out to Una from UUNA Tec to integrate this into their pen plotter software, that would be an incredible upgrade for them. |
how are you able to work on it, it uses tensorflow 1.6 and that is supported by python 3.6 and it reached end of life |
I don't know enough about tensorflow or whatever to be affected by any problems with it, I just do it and it works ;) |
I've spent a decent amount of time making a neat little GUI for the project using tkinter, and I was hoping it could be merged upstream into the project. I understand that this project is very old and unmaintained, but I hope this little tweak can make it way easier to use! I also have a pyinstaller windows executable in the releases branch of my fork.
Best wishes!