Skip to content

Instantly share code, notes, and snippets.

@harshraj22
Last active June 15, 2020 18:23
Show Gist options
  • Save harshraj22/d1932eba69fa2dedeae826fa40dd85a0 to your computer and use it in GitHub Desktop.
Save harshraj22/d1932eba69fa2dedeae826fa40dd85a0 to your computer and use it in GitHub Desktop.

Original:

  • How to convey doctor's terms to normal person.

Modified:

  • Person has document, it submits online. The document is scanned and all technical words are filtered out using various ML techniques.
  • Follow up would be to make it generic, i.e. not only work for english, but for various languages

Idea:

  • If filtered word exists in database, its meaning, symptoms, possible solutions, etc are displayed in form of visuals using various pics/ animations etc If it doesn't exists, use web scraping/ api etc to get them, store in database (for further queries) and display.
  • follow up can be to extend this functionality to describe about the prescribed medicines and the various possible symptoms in which it would have been prescribed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment