Grzego / handwriting-generation

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).
MIT License
520 stars 107 forks source link

Extension of code for other language generation #14

Open prags2392 opened 5 years ago

prags2392 commented 5 years ago

Hey What changes need to be made to enable training for other languages, other than the training data? I can see some style files being used, does that need to change as well? In which case, could you share how the style.npy files were created.

Grzego commented 4 years ago

Hi @prags2392, sorry for late reply. Answering your questions, I think the dataset will be the most important in this case. Style files are not really crucial, unless you care to be able to choose how handwriting should looks like. If that's the case I commented here what's the structure of those files. If you have any more questions feel free to ask. 😃