We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the enhancement you'd like ENV VARS to enable/disable feature's
Describe why this will benefit the LibrePhotos Make useful to a range of use cases and users
Additional context Example to add to docker env vars:
# Enable/Disable video support FEATURE_VIDEO=true # Enable/Disable face detection FEATURE_FACE_DETECTION=true # Enable/Disable face classification/clusterization FEATURE_FACE_CLUSTER=true # Enable/Disable image captioning FEATURE_IMAGE_CAPTIONING=true # Enable/Disable reverse geocoding FEATURE_REVERSE_GEOCODING=true # Enable/Disable scene classification FEATURE_SCENE_CLASSIFICATION=true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the enhancement you'd like
ENV VARS to enable/disable feature's
Describe why this will benefit the LibrePhotos
Make useful to a range of use cases and users
Additional context
Example to add to docker env vars:
The text was updated successfully, but these errors were encountered: