Socket
Socket
Sign inDemoInstall

canaro

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    canaro

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


Maintainers
1

Readme

A Computer Vision library in Python with powerful image processing operations, 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__}')

Resources

All Canaro wheels on PyPi are MIT-licensed

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc