Skip to content

Add audio text to text #1691

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Dhiraj309
Copy link

This PR introduces a new audio-text-to-text task to the huggingface.js library. It enables converting audio input into text using automatic speech recognition (ASR) models.

Key updates:

Added packages/tasks/src/tasks/audio-text-to-text/ with:

data.ts – metadata for datasets, models, metrics, and demo.

inference.ts – logic for converting audio to text.

about.md – task description.

spec/input.json & spec/output.json – example inputs and expected outputs.

Task summary: "Convert audio input into text using speech-to-text (ASR) models."

Demonstration includes a sample .wav file and expected transcription output.

⚠️ Note: This task is currently not integrated into the main pipeline or automated tests. Manual testing is recommended before pipeline inclusion.

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.

1 participant