{% extends 'base.html' %} {% block title %}Coqui STT Model Manager{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Here you can manage and try out your installed Coqui STT models as well as install new ones from the Coqui Model Zoo. The Coqui Model Zoo is the central hub for finding STT models created our community as well as official Coqui models.

{% for card in installed_models %} {% endfor %} {% if models_being_installed %} {% for install in models_being_installed %} {% endfor %} {% endif %}
Installed STT models
NameLanguageVersionCreatorRun modelShow files
{{ card.name }} {{ card.language }} {{ card.version }} {{ card.creator }}
Models being installed
{{ install['model_card']['name'] }} {{ install['total_progress'] }}%...
{% if installed_models|length > 0 %} Install a new model from the Coqui STT Model Zoo... {% else %} Start by clicking here to install a model from the Coqui STT Model zoo. {% endif %}
{% endblock %}