Omage is an open-source Python library that makes building,
training, and deploying AI models simple and readable.
Instead of 50+ lines of PyTorch boilerplate, you write clean
expressive code. Omage handles the rest.
Key features:
• Model Zoo — ResNet, BERT, GPT-2, YOLOv8 ready to use
• AI Loops — polish, seek, grow, flow
• Progress bars + checkpointing + early stopping
• GPU auto-detection
• 61 tests on real datasets
Currently in Alpha (v0.1.1) — core API is stable.