AOSSIE-Org / EduAid

A tool that can auto-generate short quizzes on the basis of the content provided.
7 stars 25 forks source link

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

Open Aditya062003 opened 5 months ago

Aditya062003 commented 5 months ago

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:

  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