Skip to content

csdivi/BinaryDigitRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryDigitRecognition

Recognizes the hand written binary digits using Weka library (Uses RandomForest classifier).

Captures the hand written digit as an 8 X 8 image and recognizes the binary digit in the image.

Currently it only recognizes the binary numbers 1 or 0, it can be extended to any character.

This is sample project for Weka classification.

This application can be launched with the command 'mvn exec:java -Dexec.mainClass="demo.BinaryDigitRecognizer"'

About

Recognizes hand written binary digits using Weka library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages