This is ANN trained application to predict digits from 0 - 9.
It can predict digits from 0-9 with Artificial Neural Network. I trained ANN with 100 samples of each digit. It takes input of 20x20 pixel image and predicts it with Neural Network. It may predict wrong digit due to very low sample data but it work 90% correctly.
Note: JRE 1.6 is required to run this application.