Application for characters recognition using algorithm ART1 in JavaFX.
- adjusting vigilance of the algorithm
- training algorithm using data sets
- drawing characters to test assigning to a cluster
- saving and loading characters from files
There are some sample characters in data directory.
- Java 8
- Maven
Firstly clone this repository and go to the project directory:
$ git clone https://github.com/hubigabi/characters-recognition-ART1.git
$ cd characters-recognition-ART1Run the application using Maven:
$ mvn clean install exec:java