Skip to content

djentleman/handwriting-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

handwriting-recognition

Python wrapper around a neural net (octave)

the application takes a webcam-photo every 0.3 seconds, processes and generates a dataset from the image, and then runs the dataset through a neural net. using the output vector from the neural net, the applications makes a prediction on which (numeric) character can be seen through the webcam.

load_network.m also includes functions to generate random networks, and train networks to a given training set.

note: if anyone wants to run this on their system, they will need to edit octave/octave_call.bat

About

neural net trained to recognize handwriting - written in octave,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published