Math Symbol Identifier is a Deep Learning (DL) project designed to assist students in learning new mathematical symbols. When students encounter unfamiliar Greek symbols in their mathematical studies, they can visit this website, draw the symbol on the canvas, and receive basic information about the symbol, predicted by a Convolutional Neural Network (CNN) model.
-
Clone the Repository
git clone https://github.com/mrudulpatil18/greekGlyphScribe.git
-
Navigate to the Project Directory
cd greekGlyphScribe
-
Install Dependencies
pip install -r requirements.txt
-
Run the Web Application
python app.py
-
Access the Website
Open a web browser and go to
http://localhost:5600
to use the Math Symbol Identifier.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.