sjvasquez / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️
4.27k stars 568 forks source link

About API #36

Open Windy-Dance opened 4 years ago

Windy-Dance commented 4 years ago

Why not make an API and let Python or other languages can use it? My Idea:

gsaltintas commented 4 years ago

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.

itspacchu commented 2 years ago

I am still trying to get this thing working.. maybe If I can get it to work I'll probably try making an API server.

chavenor commented 1 year ago

It has been ported to rust. I belive that will be faster. https://github.com/sjvasquez/handwriting-synthesis/issues/40#issuecomment-894074996