GithubHelp home page GithubHelp logo

nguyenluc99 / mathematical_symbols_recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from otman404/mathematical_symbols_recognition

0.0 0.0 0.0 139.36 MB

Recognition and Classification of Handwritten Math Symbols using Keras

License: GNU General Public License v3.0

Jupyter Notebook 38.46% Python 61.54%

mathematical_symbols_recognition's Introduction

Project: Recognition and Classification of Handwritten Math Symbols

Project Overview

The current project is a deep learning-based web application that aims to classify mathematical symbols using Convolutional Neural Network. The user will write a character and as an output, the application should predict and classify the input from the 82 classes available in the dataset. These classes represent the different math symbols, predefined functions, digits and Latin alphanumeric symbols.

Model

  • 3 Convolutional Layers
  • Activation function : Relu
  • 3 Pooling Layers
  • 12 epochs
  • Batch size : 100
  • Optimizer : Adam
  • Accuracy : 91.5%

Install

This project requires Python 3.x and the following Python libraries installed:

to install them, run the following command:

cd Project
pip install -r requirements.txt

You will also need to have Jupyter Notebook installed to run and execute a notebook.

If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included.

Code

  • myModel/model.ipynb : Model architecture.
  • train.ipynb : Training the model and getting the serialized model + weights.
  • classifier.ipynb : Feeding the model a new image, gets resized to 45x45 px to get a prediction. Better use it like this :
python classifier.py --labelbin labels.pickle --model model.model --image your_image.png

Or use directly the deployed version.

Data

While no data is directly provided with the project, you will be required to download and use the Handwritten Math Symbols dataset.

Deployment

You will find the deployment in this repository

mathematical_symbols_recognition's People

Contributors

otman404 avatar nguyenluc99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.