{% extends "base.html" %} {% block title %}Projects — Transcribe Studio{% endblock %} {% block page_header %}
Browse by project — each recording has Transcribe, Analysis, and Evaluation
{% endblock %} {% block content %} {% if project_sections %} {% for section in project_sections %}| Recording | Duration | Chunks | Transcribed | |
|---|---|---|---|---|
| {{ r.title }} | {{ fmt_duration(r.duration_ms) }} | {{ r.segment_count }} |
{{ r.transcript_pct }}%
|
Open |
No recordings in this project. Upload audio
{% endif %}No projects yet. Upload audio to get started.