Skip to content

Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.

License

Notifications You must be signed in to change notification settings

Abhishek-Dobliyal/Calculation-Pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculation-Pad

Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.

Installation and Dependencies

  1. Python.

  2. Get the math symbols dataset from here in case you would want to add more functionalities.

  3. Get the Wolfram API ID from here.

  4. Open up Terminal/CMD and type in:

  • Windows Users
pip install -r requirements.txt
  • MacOS/ Linux Users
pip3 install -r requirements.txt

Usage

Inside the Repository's directory, Open Terminal/ Command Prompt and type in:

  • Windows Users
python app.py
  • MacOS/ Linux Users
python3 app.py

Note

  • 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).

About

Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published