Skip to content

jasmcaus/canaro

Repository files navigation

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