pyjc is an educational deep learning framework.
To test, do this at the project root directory:
$ python setup.py test
or
$ pytest
Main purpose of this repository currently is primarily for me to learn about deploying a package to PyPi and conda-forge. It's more of a personal Hello World educational tool at this phase.