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

[Feature] Added Audio Input for Generating Q&A #35

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

Conversation

Aditya062003
Copy link
Contributor

Pull Request Title:

Feature: Add Audio Input for Generating Q&A

Description:

What does this PR do?

Resolves Issue #34
This pull request adds support for audio input, allowing users to provide the path of the audio file to generate question answers directly. The feature utilizes the Facebook Wav2Vec model for audio transcription. More information about the model can be found here.

Changes Made:

  • Implemented audio input functionality.
  • Integrated Facebook Wav2Vec model for audio transcription.
  • Enhanced the Q&A generation pipeline to accommodate audio input.

How to Test:

  1. Checkout this branch locally.
  2. Run the application.
  3. Provide the path of an audio file.
  4. Verify that the system transcribes the audio and generates accurate question answers.

Attached Video:

[Link to the video illustrating the working of the feature]

Related Issues:

Screenshots (if applicable):

image

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