Skip to main content

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