Skip to content

A simple whiteboard backed by a feedforward neural network for collecting, training and detecting arbitrary handwritten symbols.

License

Notifications You must be signed in to change notification settings

andrijadukic/gesture-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gesture-guesser

gesture-guesser is a Java project for collecting samples of handwritten gestures and then using the collected samples to train a feedforward neural network, built into a UI where you can test the behaviour of the neural network on new samples given by the user.

gesture-collector

By running the GestureCollectorApp, through the given UI, users can collect and classify arbitrary handwritten symbols, persisting the samples onto disk when finished.

notepad--

gesture-guesser

By running the GestureGuesserApp, users first train and configure the neural network, then, through the given UI can provide the neural network with handwritten gestures, classifying the samples as they go.

notepad--

About

A simple whiteboard backed by a feedforward neural network for collecting, training and detecting arbitrary handwritten symbols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages