Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
This is my attempt to implement handwriting recognizer from scratch using Crystal.
Scripts are located in ./work/
I also attempting to create crystal version of simple numpy
and nmatrix
.