In this webapp, user can draw any digit (from 0 to 9) and the application will try to predict the digit drawn by user. It uses React for the drawing purpose and Django st the back-end.
The digit drawn by the user is turned into an image, which is then resized and fed into a neural network made using Keras. The neural network predicts the digit and returns the result to the front-end.
1. Draw any digit and click Predict button. |
|
---|---|
2. The prediction from neural network will show in the alert. | |
3. Click the Reset button to try again. |