A Python library including support for Deep Learning models built using the Keras framework.


Keywords
computer, vision, deep, learning, tensorflow, keras, convolutional, neural, networks, opencv, matplotlib, computer-vision, convolutional-neural-networks, deep-learning, keras-tensorflow
License
MIT
Install
pip install kangeras==0.2.4

Documentation

Canaro

A Python library including support for Deep Learning models built using the Keras framework

Downloads license

Installation

To install the current release:

$ pip install canaro

Optionally, Canaro can also install caer if you install it with pip install canaro[caer]

Installing from Source

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__}')

License

canaro is released under the MIT License