Skip to content

Adapting to users handwriting #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
harshil15999 opened this issue Jul 6, 2020 · 2 comments
Open

Adapting to users handwriting #19

harshil15999 opened this issue Jul 6, 2020 · 2 comments

Comments

@harshil15999
Copy link

  1. Perhaps you could request the user to write all the alphabets in a blank sheet of paper
  2. separately parse it with OCR
  3. substitute that against the pre defined images of each letter.
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.76. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@SaurusXI
Copy link
Contributor

SaurusXI commented Jul 8, 2020

@harshil15999 that is part of the roadmap, as you can see in the README. The OCR based approach will give us a deterministic single output image for each letter, and that will have to be extended to multiple image instances of that letter so that the output can be randomized. To automate this process, we can use a machine learning model.
Feel free to contribute if you'd like, that'll speed things up a lot. And feel free to leave any questions you might have if you do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants