This project is a ML model to take in a handwritten image of a math equation and either solve it for you, or check if the given answer is correct or not.
Known bugs:
- the numbers 4 and 1, and the symbols +, -, are often misclassified. Solving this will require modification to the dataset and subsequent re-training.
- The clear button does not work. so entering multiple equations will require a restart of the application
- Running the program requires multiple large pip dependancies.
Please read the Final report in the repo to find the full details on this project.