Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.
-
Get the math symbols dataset from here in case you would want to add more functionalities.
-
Get the Wolfram API ID from here.
-
Open up Terminal/CMD and type in:
- Windows Users
pip install -r requirements.txt
- MacOS/ Linux Users
pip3 install -r requirements.txt
Inside the Repository's directory, Open Terminal/ Command Prompt and type in:
- Windows Users
python app.py
- MacOS/ Linux Users
python3 app.py
-
Kindly do not move, delete, rename or modify any files (unless you know what you are doing).
-
The pre-trained model has an accuracy of over 97%.
-
You need to extract data (from the dataset) as well as train your model again if you chose to add more functionality (digits/symbols).