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

feat(api) Implementtranscriptions Endpoint (or validate that it still works) #624

Closed
barronstone opened this issue Jun 13, 2024 · 0 comments · Fixed by #726
Closed

feat(api) Implementtranscriptions Endpoint (or validate that it still works) #624

barronstone opened this issue Jun 13, 2024 · 0 comments · Fixed by #726
Labels
enhancement New feature or request

Comments

@barronstone
Copy link
Collaborator

User Story

As an AI application developer
I want to upload audio/video files via the transcriptions API endpoint
So that I can get a speech-to-text transcription of the recording

Acceptance Criteria

Given an audio or video file containing speech in a Whisper supported language
When that file is uploaded to the transcriptions endpoint
Then it returns a text transcription in the input language

Additional context

The transcriptions endpoint exists today; however, it has not been touched in several months and likely needs some refactoring. (It looks like there is some unused/dead code.) Additionally, we need to validate that it is compliant with the OpenAI API specification.

An issue exists to increase testing for the transcriptions endpoint: #577

References:

@barronstone barronstone added the enhancement New feature or request label Jun 13, 2024
@YrrepNoj YrrepNoj changed the title feat(api) Implement transcriptions Endpoint feat(api) Implementtranscriptions Endpoint (or validate that it still works) Jun 20, 2024
@CollectiveUnicorn CollectiveUnicorn linked a pull request Jul 3, 2024 that will close this issue
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 a pull request may close this issue.

1 participant