Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.44 KB

README.md

File metadata and controls

52 lines (40 loc) · 1.44 KB

EasyCV

Computer Vision made easy.

Build Status Documentation Status

Documentation

We provide detailed documentation of all EasyCV modules on read the docs.

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.md file for details