Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 476 Bytes

File metadata and controls

8 lines (6 loc) · 476 Bytes

Handwriting Recognition

Google Cloud-based Handwriting Recognition app made in Python & React.JS. The user-uploaded image first goes to the Google Cloud Storage bucket for persistent storage and managing history in Cloud Datastore. Google Cloud Vision API performs the OCR on the uploaded image and generates the text output.

Technology Stack:

  • Google Cloud - Google Cloud Datastore, Google Cloud Storage, Cloud Vision API
  • Python 3.7 - Flask
  • Javascript - React.JS