Inspiration
Math notes but nice to look at
We used Optical Character Recognition (OCR) system for math expressions. The program processes hand-written math equations in .jpg format using python Open Source Computer Vision (OpenCV) and segments the image into characters and then predicts the characters using our built-in Convolutional Neural Network (CNN) trained on the hand-written math symbol dataset in Kaggle (https://www.kaggle.com/datasets/xainano/handwrittenmathsymbols). The result from CNN is passed into a python function that converts it into a LaTeX equation.
Link
http://ec2-184-72-73-223.compute-1.amazonaws.com/
Log in or sign up for Devpost to join the conversation.