Convert hand written mathematical expressions and formula to latext.
- 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.txt
in your terminal/command prompt or shell - Run
python main.py TestData/test1.jpg
to recognize the image in the test data folder
- Recognition of text on a page
- Deploy model for use as an API