Explanation
Featuresβ
- π§ Plug-n-Play Framework: Built for easy integration with Tapis Workflows
- π Pydantic Models: Type-safe data structures for AI workflows
- πΌοΈ Image Processing: Support for image data handling and tensor operations
- π― Detection Results: Standardized formats for AI model outputs
- π Model Cards: PATRA (Partnership for Advanced Trusted Research in AI) model card support
Project Structureβ
icicle_playgrounds/
βββ pydantic/
β βββ plug_n_play/ # Core plug-n-play data models
β β βββ Image.py # Image handling
β β βββ Tensor.py # Tensor operations
β β βββ DetectionResults.py # AI model output formats
β βββ patra_model_cards/ # PATRA model card implementations