You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not make an API and let Python or other languages can use it?
My Idea:
- Python post a request to it,it has "text","style" and other keys.
- It recive a key named "text" and do something for it.
- It return a picture and it will named "xx.png"
Maybe.If the idea comes true,I will thanks a lot.
The text was updated successfully, but these errors were encountered:
Alex Graves actually provides such a service from his original implementation. If you manually go to the website you cannot use it now but sending a request to the url="https://handwriting-generator.herokuapp.com/write" and specify the style, bias, scale and linewidth. This repository implements a basic version and by modifying it you can get satisfactory results.
Why not make an API and let Python or other languages can use it?
My Idea:
- Python post a request to it,it has "text","style" and other keys.
- It recive a key named "text" and do something for it.
- It return a picture and it will named "xx.png"
Maybe.If the idea comes true,I will thanks a lot.
The text was updated successfully, but these errors were encountered: