{% extends "base.html" %} {% block title %}{{ project.name }} — Transcribe Studio{% endblock %} {% block page_header %}
{% if project.description %}{{ project.description }}{% else %}Project recordings and transcription progress{% endif %}
{% endblock %} {% block content %}| Title | Duration | Chunks | Transcribed | Coverage | |
|---|---|---|---|---|---|
| {{ r.title }} | {{ fmt_duration(r.duration_ms) }} | {{ r.segment_count }} |
{{ r.transcript_pct }}%
|
{{ r.coverage_pct }}%
|
Transcribe Analysis |
No recordings in this project yet.
Upload your first audio