Metadata-Version: 2.1
Name: wildebeest
Version: 3.0.0
Summary: Bulk image processing
Home-page: https://github.com/ShopRunner/wildebeest
Author: Greg Gandenberger
Author-email: gsganden@gmail.com
License: UNKNOWN
Download-URL: https://github.com/ShopRunner/wildebeest/tarball/3.0.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: joblib
Requires-Dist: opencv-contrib-python
Requires-Dist: pandas
Requires-Dist: pillow
Requires-Dist: requests
Requires-Dist: retrying
Requires-Dist: scikit-learn
Requires-Dist: tqdm
Provides-Extra: dev
Requires-Dist: boto3 ; extra == 'dev'
Requires-Dist: joblib ; extra == 'dev'
Requires-Dist: opencv-contrib-python ; extra == 'dev'
Requires-Dist: pandas ; extra == 'dev'
Requires-Dist: pillow ; extra == 'dev'
Requires-Dist: requests ; extra == 'dev'
Requires-Dist: retrying ; extra == 'dev'
Requires-Dist: scikit-learn ; extra == 'dev'
Requires-Dist: tqdm ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-docstrings ; extra == 'dev'
Requires-Dist: flake8-import-order ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: responses ; extra == 'dev'

# Wildebeest

![wildebeest stampede](docs/images/wildebeest_stampede.jpg)

Wildebeest is a file processing framework. It is designed for IO-bound workflows that involve reading files into memory, processing their contents, and writing out the results. It makes running those workflows faster and more reliable by parallelizing across files, handling errors, making it easy to skip files that have already been processed, and keeping organized records of what was done.

Wildebeest was developed for deep learning computer vision projects, so in addition to the general framework it also provides predefined components for image processing. However, it can be used for any project that involves processing data from many sources.

See [the docs](https://wildebeest.readthedocs.io/) for more details.

Wildebeest was known as Creevey until version 3.0.0.


