The application should be able to predict and solve handwritten mathematical equations from the given image. The system should be capable of solving expression involving arithmetic operations (addition, subtraction, multiplication, division) and solve equations of any degree (linear, quadratic, cubic and so on).
Key AI concepts used include OCR (Optical Character Recognition) and CNN (Convolutional Neural Networks). OCR is used to preprocess the image and segment characters, while CNN is used to predict the characters.
Tried with the code below and doesn’t work
https://github.com/sabari205/Equation-Solver
Vishwanath S J is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.