This is a digital image processing library.
- Install denpendencies from
requirements.txtfile.
pip install -r requirements.txt
- 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.