{% extends 'base.html' %} {% block title %}Coqui STT - {{ model_card.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block before_logo %} « Home {% endblock %} {% block content %}

Transcribing with {{ model_card.name }}, created by {{ model_card.creator }}.

Click Start Recording and just start talking. The system automatically detects silences as breaks and continues transcribing.

{% if "digits" in scorer_basename and "yesno" in scorer_basename %}
This {{ model_card.language }} model is specialized to recognize digits (i.e. from "zero" to "nine" in {{ model_card.language }}) and the words for "yes" and "no" (if they exist in {{ model_card.language }}). This model will only predict these words. Specializing a model's vocabulary is commonly used in conversational STT. If you'd like to specialize this {{ model_card.language }} model to another set of words, it's as easy as swapping out the language model.
{% endif %}

The Coqui Model Zoo collects models from our global community of researchers, developers and users. Join our community on Gitter to participate in the conversation, talk to the model creators, or learn how to create your own models.

{% endblock %}