Results & Next Steps

Run Prototype Demo

Risk classification – Section 1

Your app has been initially classified as {{ risk_class }} based on your Section 1 inputs.

Section 2: Selected APIs & SOUP

Based on the features you selected, we recommend integrating the following APIs and third‑party libraries:

API Suggestions

{% for api in api_suggestions %} {% endfor %} {% if api_suggestions|length == 0 %} {% endif %}
API
{{ api }}
No APIs selected.

SOUP Components

{% for soup in soup_list %} {% endfor %} {% if soup_list|length == 0 %} {% endif %}
SOUP
{{ soup }}
No SOUP components required.

Section 3: AI/ML Details

AI Usage{{ uses_ai }}
AI Model Types{{ model_types }}
Training Data{{ training_data }}
Testing Data{{ testing_data }}
Certification Data{{ cert_data }}
Revised Risk Classification{{ revised_risk_class }}

Section 4: Risk Assessment

The following hazards and risks have been identified for your app:

{% for risk in risk_summary %} {% endfor %} {% if risk_summary|length == 0 %} {% endif %}
Identified Risk / Hazard
{{ risk }}
No risks provided.

If you have a clinical assessment document, it has been recorded and a dummy risk analysis document has been generated.

Assistant (Annuo)