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
519 stars 107 forks source link

Arabic #24

Open Ahmad-AlShalabi opened 3 years ago

Ahmad-AlShalabi commented 3 years ago

It's a great project,

Is the Arabic language included?

Grzego commented 3 years ago

Hi @Ahmad-AlShalabi, the dataset that this model was trained on contains only English sentences, so you can expect this model to work well in that language. Because of that the Arabic language is not supported (you would need to retrain model with specialized dataset).