Sam-Varghese / Handwritten-Math-Symbol-Recognizer

My first machine learning model which recognizes handwritten math symbols.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handwritten Symbol Recognizer

This is a handwritten symbol recognizer. It uses a convolutional neural network to classify handwritten symbols. The network is trained on this kaggle dataset.

Usage

  1. Clone the repository
  2. Install the dependencies using pip install -r requirements.txt
  3. In your workspace, install this kaggle dataset.
  4. Now execute the cells of this notebook in order.
  5. If you wish model to do the prediction on the handwritten digits you've made, then you may use MS Paint or any other image editor to draw the digits and save them as .png files in this folder.

About

My first machine learning model which recognizes handwritten math symbols.


Languages

Language:Jupyter Notebook 100.0%