Skip to content

My first machine learning model which recognizes handwritten math symbols.

Notifications You must be signed in to change notification settings

Sam-Varghese/Handwritten-Math-Symbol-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published