Skip to content

moon004/Handwritten-Recognition-AI-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Handwritten digit recognition

What it is?

It enables you to snap picture of digits and display out the number (not very useful thou). The main purpose of this apps is to develop a handwritten digit recognitio algorithm. This repo help guided me. This application convert the image to binary image and a feature extraction algorithm is applied to obtain the black pixel of the image (the digit). The inspiration behind the feature extraction algorithm is somewhat similar to the detection connected component. Lastly, a trained CNN model (protobuf) is used to classify what number is the presented feature from the previous steps.

Sample Result

Result

Motive

This project is to automate manual data entry labour at data entry companies. For example we could automate the manual labor of keying in bank cheques into database and greatly reduce errors.

The important codebase is in the file MainActivity.java and Processing.java.

About

Handwritten digit recognition apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published