🤖 Model Management

AI models deployed across all MDSA applications

{{ count }}

Total Models

All Loaded Models

{% if models %}
{% for model in models %}

{{ model.model_name }}

Device: {{ model.device }}

{% if model.apps_using %}

Applications: {{ model.apps_using|join(', ') }}

{% endif %} {% if model.domains_using %}
Domains: {% for domain in model.domains_using[:10] %} {{ domain }} {% endfor %} {% if model.domains_using|length > 10 %} +{{ model.domains_using|length - 10 }} more {% endif %}
{% endif %}
{% endfor %}
{% else %}

No models loaded yet. Start a chatbot or application using MDSA to see models here.

Medical Chatbot: python chatbot_app/medical_app/enhanced_medical_chatbot_fixed.py

{% endif %}

Model Types