This app would take in multiple images of a persons handwriting and then analyze those images (using AI software) in order to create a simulator that would then be able to output your personal handwriting as you type on a keyboard.
I've broken my code down into a few functions for clarity. I've added compatibility for uppercase characters and some punctuation. There is also a spellchecker that helps correct the character identification. You can utilize the spellchecker by including a text file that contains what phrase you expect the character identification to find.
I've broken my code down into a few functions for clarity. I've added compatibility for uppercase characters and some punctuation. There is also a spellchecker that helps correct the character identification. You can utilize the spellchecker by including a text file that contains what phrase you expect the character identification to find.