codebox/image_augmentor
Data augmentation tool for images
This tool helps machine learning practitioners expand their image datasets. You provide a directory of existing image files, and it generates new, modified versions of those images using operations like flips, rotations, and noise. The output is a larger collection of diverse images, which helps improve the performance of neural networks, especially when your initial dataset is small. Researchers and data scientists who train image-based AI models would find this valuable.
458 stars. No commits in the last 6 months.
Use this if you need to quickly and easily create more training examples from an existing collection of images for your machine learning models.
Not ideal if you require highly specific or advanced image manipulation techniques beyond basic augmentations, or if you prefer a graphical user interface.
Stars
458
Forks
153
Language
Python
License
—
Category
Last pushed
Oct 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/codebox/image_augmentor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TorchIO-project/torchio
Medical imaging processing for AI applications.
aleju/imgaug
Image augmentation for machine learning experiments.
makcedward/nlpaug
Data augmentation for NLP
mdbloice/Augmentor
Image augmentation library in Python for machine learning.
BloodAxe/pytorch-toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming