Kotlin no-frameworks approach system classifying alphanumeric characters in images.
1.0 beta
- server - RESTful API for operating the classifier models
- client - API demonstration
- Clone the repository:
https://github.com/ExaggeratedRumors/alphanumeric-recognizer.git
- Download EMNIST data and unzip in
server/datadirectory.
#!/bin/bash
curl -L -o ~/Downloads/emnist.zip\
https://www.kaggle.com/api/v1/datasets/download/crawford/emnist
- Build project using Docker (in project root directory):
docker compose up
- Project does not support training with GPU acceleration.
- If a model is trained or tested on too little data, an evaluation error may occur.