This is a mini project based on two pre-trained models Linear and Convolutional neural networks, and perform predictions in real time according to a draw area where you can draw the digit using the mouse.
IMPORTANT: Before starting you have to train the models, check linear-model
and convolutional-model
readmes in python
folder.
clone
the project in your computer and cd
into it.
Install maven dependencies by runing mvn install
Replace the paths to models, by replacing PATH_TO_LINEAR_MODEL
and PATH_TO_CONVOLUTIONAL_MODEL
static variables in the Board class located in src/main/java/gui/Board.java
Launch the main function located in the Board class src/main/java/gui/Board.java