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

Streaming Endpoints for Captioning and ASR #21

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

movchan74
Copy link
Contributor

Summary:
This update introduces some practical tweaks to the API generation and adds streaming video processing for captioning and ASR.

Key Changes:

  1. EndpointOutput Feature: Added a useful feature, EndpointOutput, for renaming complex pipeline outputs to more readable names. For example, 'videos_captions_hf_blip2_opt_2_7b' can now be referred to simply as 'captions'.

  2. Streaming Endpoints for Captioning and ASR: New streaming endpoints are now available for video captioning and automatic speech recognition (ASR).

  3. New Generator Frame Extractor: The new frame extractor functions as a generator to support streaming capabilities.

Copy link
Collaborator

@evanderiel evanderiel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

aana/configs/build.py Show resolved Hide resolved
aana/configs/endpoints.py Show resolved Hide resolved
aana/configs/endpoints.py Show resolved Hide resolved
Copy link
Contributor

@HRashidi HRashidi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

aana/deployments/whisper_deployment.py Outdated Show resolved Hide resolved
aana/api/api_generation.py Show resolved Hide resolved
@movchan74 movchan74 requested a review from HRashidi November 29, 2023 11:42
@movchan74 movchan74 merged commit 23945bb into main Nov 29, 2023
2 checks passed
@movchan74 movchan74 deleted the streaming_endpoints_video branch November 29, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants