# Mathematical-Handwriting-recognition **Repository Path**: Resonancq/Mathematical-Handwriting-recognition ## Basic Information - **Project Name**: Mathematical-Handwriting-recognition - **Description**: Convert hand written mathematical expressions and formula to Latext using Machine Learning - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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