/Notes-to-Notes

Smart Web App made in Flask to digitalize 👋handwritten notes and save it in Google Keep. 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).🎁

Primary LanguageCSSMIT LicenseMIT

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