A Python library including support for Deep Learning models built using the Keras framework
To install the current release:
$ pip install canaro
Optionally, Canaro can also install caer if you install it with pip install canaro[caer]
First, clone the repo on your machine and then install with pip
:
git clone https://github.com/jasmcaus/canaro.git
cd canaro
pip install -e .
You can run the following to verify things installed correctly:
import canaro
print(f'Canaro version {canaro.__version__}')
canaro is released under the MIT License