Apply CLAHE algorithm to datasets of images using Thread-based parallelism.
usage: clahread.py [-h] [-e EXTENSION] [-t THREADS] INPUT_DIRECTORY OUTPUT_DIRECTORY
positional arguments:
INPUT_DIRECTORY
OUTPUT_DIRECTORY
options:
-h, --help show this help message and exit
-e EXTENSION, --extension EXTENSION
-t THREADS, --threads THREADS
Start and activate your virtual environment
$ python -m venv venv && source ./venv/bin/activate
then instal the dependencies
$ pip install -r requirements