8000 GitHub - jacobm85/bulk-blur-detection: Python script to flag blurry pictures in a directory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jacobm85/bulk-blur-detection

 
 

Repository files navigation

Bulk Blur Detector Web GUI

Combined https://github.com/danngalann/bulk-blur-detection and https://github.com/Utkarsh-Deshmukh/Blurry-Image-Detector with a simple web GUI in Docker.

Having around 200k unsorted photos, with montly new additions, is a pain to handle. Script can be run to process photos and sort out blurry photos to make it easier to hadle large amount of photos.

Minor changes to original scripts (no longer case sensitive file extension) more user control are some changes. Supposed to make it easier to use the blur detection on folders. Browse and select a folder, define a threshold value that determines "how much" blurryness is considered "blurry" and process. Choose if you want to use model based blurry detection. It will process a directory of pictures and autonomously move the blurry ones to a different folder.

Instructions

Usage

Browse to folder, select and run. Choose threshold and if to run the model based detection. Blurry photos will be moved to a Blurry folder. If using model based it will re classify the blurry into a new blurry folder (and therefore decided that the remaining is sharp) . 5DF0

Docker

Use git as source in Portainer or use docker-compose.yml Specify path where photos are stored in the compose file.

Exposes port 5050

Requirements

Docker

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.1%
  • HTML 29.0%
  • Dockerfile 4.9%
0