{% 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 }}.
After clicking Start Recording you can speak several sentences, the system will automatically detect silences as breaks and continue transcribing.
{% if "digits" in scorer_basename and "yesno" in scorer_basename %}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 %}