Skip to content
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

Transcribe app improvements #76

Merged
merged 9 commits into from
Mar 24, 2025
Merged

Transcribe app improvements #76

merged 9 commits into from
Mar 24, 2025

Conversation

Kostis-S-Z
Copy link
Member

What's changing

  • Enable showing timestamps of transcribed text
  • Enable processing of really long audio files
  • Auto fetch models from our collection

Closes #74

How to test it

Steps to test the changes:

  1. Upload a long audio sample, like this one
  2. Click Show timestamps
  3. Get a transcribed text of a long audio with timestamps

Additional notes for reviewers

7min21sec audio

image

Added some type hints

I already...

  • Tested the changes in a working environment to ensure they work as expected
  • Added some tests for any new functionality
  • Updated the documentation (both comments in code and under /docs)

@Kostis-S-Z Kostis-S-Z requested a review from a team March 18, 2025 10:39
@Kostis-S-Z Kostis-S-Z self-assigned this Mar 18, 2025
@Kostis-S-Z Kostis-S-Z added the enhancement New feature or request label Mar 18, 2025
@Kostis-S-Z Kostis-S-Z merged commit ac45298 into main Mar 24, 2025
1 check passed
@Kostis-S-Z Kostis-S-Z deleted the improve-transcribe branch March 24, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable processing of really long audio files
2 participants