LICENSE
README.md
pyproject.toml
app/__init__.py
app/analytics.py
app/database.py
app/export_formats.py
app/main.py
app/navigation.py
app/paths.py
app/config/evaluation.toml
app/config/transcript_formats.toml
app/config/languages/en.toml
app/evaluation/__init__.py
app/evaluation/config.py
app/evaluation/engine.py
app/evaluation/models.py
app/evaluation/matchers/__init__.py
app/evaluation/matchers/base.py
app/evaluation/matchers/semantic.py
app/evaluation/metrics/__init__.py
app/evaluation/metrics/base.py
app/evaluation/metrics/wer.py
app/evaluation/normalizers/__init__.py
app/evaluation/normalizers/base.py
app/evaluation/normalizers/en.py
app/services/__init__.py
app/services/projects.py
app/static/css/style.css
app/static/js/editor.js
app/static/js/evaluation.js
app/templates/analysis.html
app/templates/base.html
app/templates/dashboard.html
app/templates/editor.html
app/templates/evaluation.html
app/templates/recordings.html
app/templates/upload.html
app/templates/partials/breadcrumbs.html
app/templates/partials/recording_header.html
app/templates/partials/recording_tabs.html
app/templates/partials/sidebar.html
app/templates/partials/upload_form.html
app/templates/screens/dashboard.html
app/templates/screens/project_detail.html
app/templates/screens/project_form.html
app/templates/screens/project_upload.html
app/transcript_formats/__init__.py
app/transcript_formats/align.py
app/transcript_formats/config.py
app/transcript_formats/models.py
app/transcript_formats/registry.py
app/transcript_formats/parsers/__init__.py
app/transcript_formats/parsers/base.py
app/transcript_formats/parsers/json_segments.py
app/transcript_formats/parsers/plain_text.py
app/transcript_formats/parsers/timestamp_speaker.py
app/web/__init__.py
app/web/context.py
app/web/deps.py
app/web/routes/__init__.py
app/web/routes/dashboard.py
app/web/routes/legacy.py
app/web/routes/projects.py
app/web/routes/recordings_pages.py
tests/test_evaluation.py
tests/test_transcript_formats.py
transcribe_studio.egg-info/PKG-INFO
transcribe_studio.egg-info/SOURCES.txt
transcribe_studio.egg-info/dependency_links.txt
transcribe_studio.egg-info/entry_points.txt
transcribe_studio.egg-info/requires.txt
transcribe_studio.egg-info/top_level.txt