Skip to content

easycv/easycv

Repository files navigation

Computer Vision made easy.

Build Status Documentation Status Binder

Documentation

We provide detailed documentation of all EasyCV modules on read the docs. You can view and run interactive examples here.

Installation

You can install EasyCV using pip or from source.

Using Pip

First ensure that you have the latest pip version to avoid dependency errors

pip install --upgrade pip

Then install EasyCV and all its dependencies using pip

pip install easycv

From Source

Clone the repository from github

git clone https://github.com/Resi-Coders/easycv.git
cd easycv
pip install .

You can view the list of all dependencies within the install_requires field of setup.py.

Running the tests

If you don't have pytest installed run

pip install pytest

To run all tests just run

cd easycv
pytest .

Versioning

SemVer is used for versioning. For available versions see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details