CompliancePal/modelcard-action

Action logical flow

Closed this issue · 0 comments

Overview

The action, triggered by the user actions, verifies that the model card associated with the ML model exists and conforms to the requirements of medical software development.

Interaction

sequenceDiagram
actor u as User
participant g as GitHub
participant a as Action

u ->> g: Open/Synchronize PR
g ->> a: Trigger action
activate a
a ->> a: Load model card document
a ->> a: Load custom rules
a ->> a: Check the model card document
a ->> g: Create/Update check result
deactivate a
Loading

Subtasks