README.md 1.1 KB

Image Processing For Machine Learning

Installation

pip install ipfml

How to use ?

To use, simply do :

from PIL import Image
from ipfml import processing
img = Image.open('path/to/image.png')
s = processing.get_LAB_L_SVD_s(img)

Modules

This project contains modules.

  • processing : Image processing module
  • metrics : Metrics computation of PIL or 2D numpy image
  • filters : Image filter module
  • utils : All utils functions developed for the package
  • exceptions : All customized exceptions

All these modules will be enhanced during development of the package. Documentation is available here.

How to contribute

Please refer to the guidelines file if you want to contribute!

Contributors

Licence

MIT