Skip to content

JekyllAndHyde8999/Solve-it-in-a-go

 
 

Repository files navigation

Solve it in a go

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.

setup

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.

How to run the web-app?

cd Solve-it-in-a-go/
python3 manage.py runserver

demo results obtained

Open demo.png

references

The code for the underlying Deep Learning model is adapted from the implementation of Hongyu Wang's Pytorch Implemention of the same.

About

A tool to solve handwritten math expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.2%
  • Jupyter Notebook 17.6%
  • HTML 3.2%