Hacker News new | ask | show | jobs
by therusskiy 1237 days ago
would be cool if there was an API
1 comments

From a previous comment, it's an open source project!

https://github.com/sjvasquez/handwriting-synthesis

Well, the source code is available, but as there is no license you can't really consider it open-source.
A large number of handwriting synthesis demos are derivations of/inspired by Alex Graves's paper "Generating Sequences With Recurrent Neural Networks". Alex's code is available under GPL-3.0 here, https://sourceforge.net/projects/rnnl/. One could also port the techniques described in the paper, https://arxiv.org/abs/1308.0850 using any modern machine learning framework.