Skip to main content

Modern Computer Vision on the Fly. Caer simplifies the training and visualization of Computer Vision models using modern best practices

Project description

Caer: Computer Vision on the Fly

A Computer Vision library in Python with powerful image and video processing operations. Caer is a set of utility functions designed to help speed up your Computer Vision workflow. Functions inside caer will help reduce the number of calculation calls your code makes, ultimately making it neat, concise and readable.

Downloads license

Installation

See Installation for detailed installation instructions.

Currently, caer supports releases of Python 3.6 onwards; Python 2 is not supported (nor recommended). To install the current release:

$ pip install caer

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

From Source

If you plan to develop caer yourself, or want to be on the cutting edge, you can use an editable install:

git clone https://github.com/jasmcaus/caer.git
cd caer
pip install -e . # Do this once to add the package to the Python Path

You can run the following to verify things installed correctly:

>> import caer
>> print(f'Caer version: {caer.__version__}')

Resources

All Caer wheels on PyPi are MIT-licensed

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

caer-1.8.1.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distribution

caer-1.8.1-cp38-cp38-win_amd64.whl (1.0 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page