Metadata-Version: 2.1
Name: caer
Version: 1.7.8
Summary: Computer Vision on the fly. Caer simplifies training and visualizing Computer Vision models using modern best practices
Home-page: https://github.com/jasmcaus/caer
Author: Jason Dsouza
Author-email: jasmcaus@gmail.com
Maintainer: Jason Dsouza
License: MIT License
Download-URL: https://pypi.org/project/caer
Project-URL: Bug Tracker, https://github.com/jasmcaus/caer/issues
Project-URL: Documentation, https://github.com/jasmcaus/caer/blob/master/docs/DOCS.md
Project-URL: Source Code, https://github.com/jasmcaus/caer
Keywords: caer,computer vision,toolkit,opencv,image processing,video processing,deep learning,machine learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-contrib-python
Requires-Dist: requests
Provides-Extra: canaro
Requires-Dist: canaro (>=1.0.3) ; extra == 'canaro'

A Computer Vision library in Python with powerful image processing operations, including support for Deep Learning models built using the Keras framework

[![Downloads](https://pepy.tech/badge/caer)](https://pepy.tech/project/caer)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/jasmcaus/caer/blob/master/LICENSE)

## Installation
The `caer` package can be installed via a simple pip install command 

```shell
$ pip install caer
```

You can run the following to verify things installed correctly:

```python
import caer

print(f'Caer version {caer.__version__}')
```

## Resources

- **Homepage:** <https://github.com/jasmcaus/caer/>
- **Docs:** <https://github.com/jasmcaus/caer/blob/master/DOCS.md>
- **Issue tracking:** <https://github.com/jasmcaus/caer/issues>

All Caer wheels on PyPi are MIT-licensed

