/Mathify-MLApp

This a machine learning application made using Django-framework for solving mathematical equations, handwritten by the user itself using a canvas. It utilizes a Convolutional Neural Network(CNN) model for recognizing the input text.

Primary LanguageJavaScript

Required python modules:
1.Tensorflow
2.Keras
3.Django

To run the project, save the project in a local directory and open the 'MLApp' directory in command prompt.
Type the following in the command prompt: python manage.py runserver
Open any web browser and go to the link: localhost:8000