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:
Checkout this branch locally.
Run the application.
Provide the path of an audio file.
Verify that the system transcribes the audio and generates accurate question answers.
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:
How to Test:
Attached Video:
[Link to the video illustrating the working of the feature]
Related Issues:
34
Screenshots (if applicable):