Metadata-Version: 2.1
Name: augmenting
Version: 0.0.0
Summary: An image dataset augmentation package.
Home-page: https://pypi.org/project/augmenting/
Download-URL: https://github.com/JordanWelsman/augmenting/tags
Author: Jordan Welsman
Author-email: welsman@lbl.gov
License: BSD
Keywords: python,augmenting,dataset,training,deep learning,cleaning
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: jutl
Requires-Dist: numpy

# augmenting

An image dataset augmentation module.

## Overview

`augmenting` is a Python 3.10+ module that implements easy-to-use and easy-to-remember functionality which enables augmentation of image training datasets for use in convolutional deep learning applications.
