handwriting-generation icon indicating copy to clipboard operation
handwriting-generation copied to clipboard

Implementation of handwriting generation with use of recurrent neural networks in tensorflow. Based on Alex Graves paper (https://arxiv.org/abs/1308.0850).

Results 22 handwriting-generation issues
Sort by recently updated
recently updated
newest added

What are the input and output nodes of the model, these are required while i am converting the model to .tflite .

Greetings Sir Thank a lot for providing such a nice implementation. However, I was facing some issues while implementing the code. First of all in new numpy version allow_pickle is...

私は pip3 install tensorflow==13.1.2 で実行できた

Thank you for this great work :) When I try to run the code, I am getting many errors because of new TensorFlow 2.x changes. So, I tried to use...

It's a great project, Is the Arabic language included?

Hello, I've been exploring different handwriting generators and would like to ask a question about this one. May I please ask if your model, given the data you used to...

Can I use my own style which is not included train dataset if I follow the format as [you mentioned](https://github.com/Grzego/handwriting-generation/commit/c2c970403f00b38d3f0b97ee0a0916055cc92bcc#commitcomment-33764119)?

Is it possible to get character level masks for the words generated?

Hello, I am interested in training the model to other languages such as Spanish and Turkish but not sure how to generate the strokes sequence.Any help will be highly appreciated....