Skip to content

[TUTORIAL] add transcription tutorial #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
build/
build/
TODO.md
Binary file added assets/tutorials/transcriptions/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
title: Deploy your own chat application
- local: tutorials/embedding
title: Build an embedding pipeline
- local: tutorials/transcription
title: Create your own transcription app
title: Tutorials
- sections:
- local: support/pricing
Expand Down
2 changes: 1 addition & 1 deletion docs/source/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ We manage the full lifecycle of these containers: starting, stopping, scaling (i
and monitoring them for health and performance. This orchestration is completely managed for you, so you don't have to worry about
the complexities of containerization, networking, or cloud resource management.

## Enterprise or Team Subscription
## Enterprise or Team Subscription

For more features consider subscribing to [Team or Enterprise](https://huggingface.co/enterprise).

Expand Down
Loading