How can I generate handwritten notes given any handwriting sample and text file?

I am new to ML/DL and looking for a good way to generate a handwritten (simulated) file given 2 inputs:

  1. A set of sample handwritten notes (for training). All notes will be from the same person.
  2. A text file.

The output will be a text file in handwritten form, making use of the sample set.

Any pointers would be appreciated. I looked at this, but it differs from my requirements in that it does not generate for a given sample set but an arbitrary form.

Topic generative-models deep-learning

Category Data Science


You need to create a generative model to do this. Conditional GAN will allow you to do that. You supply the sample to condition the output in that way. But, you will need paired data for that. So, given you have a text file, you have to generate handwritten samples for them (use this).

Finally, you have your paired data for cGAN and the sample you want to condition the generation on. All the best.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.