A Django web app which takes in an image of a math expression and returns you the answer as well as the solution for the same. It also returns the LaTeX equivalent of the expression/equation in the input image. The tool is built with a primary objective to help educationally disadvantaged parents evaluate their children's math homeworks.
Run pip install -r requirements.txt
to install all the dependencies. Please ensure you have CUDA installed to run the program. Predictions made using CPU are observed to be erraneous.
cd Solve-it-in-a-go/
python3 manage.py runserver
The code for the underlying Deep Learning model is adapted from the implementation of Hongyu Wang's Pytorch Implemention of the same.