Skip to content

Feature based optional dependenciesΒ #21

@bencevans

Description

@bencevans

The core functionality should be available with pip install camtrapml, e.g. image processing and filtering.

Features that require a more heavy set of dependencies, such as Exif extraction, detection and classification tooling, should require installation as options e.g.

pip install camtrapml[md4]
pip install camtrapml[md5]
pip install camtrapml[exif]

Everything with something along the lines of

pip install camtrapml[md4,md5,exif]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions