Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 502 Bytes

File metadata and controls

16 lines (15 loc) · 502 Bytes

EasyCV

This is a digital image processing library.

Usage

  1. Install denpendencies from requirements.txt file.
pip install -r requirements.txt
  1. Install the package as a local library. Run the following command in the repo root directory.
pip install -e .

This command add the easycv package to your pip according to the setup.py file. 3. Now you can try or use the package wherever you want with import command. Or you can enter the example directory and run the examples.