AI-Powered simple mathematical expression solver
Details on the general process can be found in the PDF presentation and on the JupyterNotebook PDF.
VisionMath takes a handwritten mathematical operation and uses AI to recognize the characters.
Afterward, it builds the operation and returns the corresponding value.
VisionMath was made on Python 3.11 and the packages it requires are:
VisionMath uses a Tensorflow Keras
model formed by:
Repository can be found here
EXPRESSION: ((4-2)/(6))
RESULT: 0.33