-
-
Notifications
You must be signed in to change notification settings - Fork 3
Feature based optional dependencies #21
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request