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:
- A set of sample handwritten notes (for training). All notes will be from the same person.
- 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