canaro

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

MIT License

Downloads
749
Stars
10
Committers
3

Canaro

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

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

Package Rankings
Top 13.24% on Pypi.org
Badges
Extracted from project README
Downloads license
Related Projects