Metadata-Version: 2.1
Name: kraken-image-processing
Version: 0.0.12
Summary: Kraken Image Processing
Home-page: https://github.com/tactik8/kraken_image_processing
Author: Tactik8
Author-email: info@tactik8.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Image analysis

From image, extracts the following information:
- Image data
    - Width
    - Height
- Characteristics
    - Contains nudity
- Faces
    - features (for facial recognition)
    - Face images
- Persons
    - Images of Persons
- Save to file share


## How to use
As method:

`results = process(record, image)`

As api:
 - Runs a flask servers accepting requests

`run_api()`

