Handwritten-Character-Recognizer
Training and Test data is in folder "./Data-unpickled".
Makefile Commands
To Clean, Compile, and Run the Code
- make clean - to remove all .class files
- make install - to compile all .java files.
NOTE: make install will run the code too. If you do not wish to run the code right after compiling it, please change the Makefile command in your local copy.