Mathematical-Handwriting-recognition
Mathematical-Handwriting-recognition copied to clipboard
Convert hand written mathematical expressions and formula to Latext using Machine Learning
HandWriting To Latex
Convert hand written mathematical expressions and formula to latext.
Instructions
- Make sure you have Python > 3 installed
- Clone or download this project
- Visit this (https://www.kaggle.com/xainano/handwrittenmathsymbols) link to download the Train Dataset
- Extract the contents of the downloaded file in step 4 and place in a folder named
Dataset - Type and run
pip install requirements.txtin your terminal/command prompt or shell - Run
python main.py TestData/test1.jpgto recognize the image in the test data folder
Todo
- Recognition of text on a page
- Deploy model for use as an API