Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 648 Bytes

File metadata and controls

17 lines (12 loc) · 648 Bytes

HandWriting To Latex

Convert hand written mathematical expressions and formula to latext.

Instructions

  1. Make sure you have Python > 3 installed
  2. Clone or download this project
  3. Visit this (https://www.kaggle.com/xainano/handwrittenmathsymbols) link to download the Train Dataset
  4. Extract the contents of the downloaded file in step 4 and place in a folder named Dataset
  5. Type and run pip install requirements.txt in your terminal/command prompt or shell
  6. Run python main.py TestData/test1.jpg to recognize the image in the test data folder

Todo

  1. Recognition of text on a page
  2. Deploy model for use as an API