Image Processing For Machine Learning =====================================

Installation ------------ ```bash pip install ipfml ``` How to use ? ------------ To use, simply do : ```python from PIL import Image from ipfml.processing import transform img = Image.open('path/to/image.png') s = transform.get_LAB_L_SVD_s(img) ``` Modules ------- This project contains modules. - **metrics** : *Metrics computation for model performance* - **utils** : *All utils functions developed for the package* - **exceptions** : *All customized exceptions* - **filters** : *Image filter module* - **iqa** : *Image quality assessments* - **processing** : *Image processing module* All these modules will be enhanced during development of the package. Documentation is available [here](https://prise-3d.github.io/ipfml/). How to contribute ----------------- Please refer to the [guidelines](https://github.com/prise-3d/ipfml/blob/master/CONTRIBUTING.md) file if you want to contribute! ## Contributors * [jbuisine](https://github.com/jbuisine) ## License [MIT](https://github.com/prise-3d/ipfml/blob/master/LICENSE)