Metadata-Version: 2.4
Name: autoyolo-trainer
Version: 0.0.3
Summary: Auto YOLO Trainer with custom augmentations and model downloader
Author: Jagadeeshwaran
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ultralytics
Requires-Dist: albumentations
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: pillow
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# AutoYOLO-Trainer

**AutoYOLO-Trainer** is a Python package to automate training of YOLO models with:

- Custom augmentations
- Automatic base model download
- User-provided dataset YAML
- Configurable hyperparameters

## Installation

```bash
pip install autoyolo-trainer
