mdbloice/Augmentor
Image augmentation library in Python for machine learning.
Need more training data for your image-based machine learning project? This tool helps you generate diverse new images from your existing dataset by applying various transformations like rotations, zooms, and flips. It takes your original images and outputs a larger set of modified images, perfect for anyone building and training computer vision models.
5,145 stars. No commits in the last 6 months. Available on PyPI.
Use this if you have a limited dataset of images and need to expand it to improve the robustness and accuracy of your machine learning models.
Not ideal if you need to create entirely new, unique images from scratch rather than augmenting existing ones.
Stars
5,145
Forks
875
Language
Python
License
MIT
Category
Last pushed
Mar 21, 2024
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mdbloice/Augmentor"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
TorchIO-project/torchio
Medical imaging processing for AI applications.
aleju/imgaug
Image augmentation for machine learning experiments.
makcedward/nlpaug
Data augmentation for NLP
BloodAxe/pytorch-toolbelt
PyTorch extensions for fast R&D prototyping and Kaggle farming
qubvel/ttach
Image Test Time Augmentation with PyTorch!