Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 982 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 982 Bytes

Notes-To-Notes

Version
License: MIT

Smart Web App made in Flask to digitalize handwritten notes. This app takes images in any format .png, .jpg, .jpeg or any other format, ML model scans the complete image for possible text which is then read out by the OCR (Optical Character Recognition).

Steps to run in localsystem

  1. git clone https://github.com/Bhanu-mbvg/Notes-to-Notes.git
  2. pip3 install -r requirements.txt
  3. python3 app.py
  4. Flask server is live at http://127.0.0.1:5000/

Technologies Used

  • OCR
  • MSER
  • Python
  • Flask

Todos

  • Connect with gkeep script
  • Improve the UI

Author

Bhanu V. Gupta