Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Audio Transcription and Question Answering

This application allows you to transcribe audio recordings and generate answers to questions based on the transcription using OpenAI's GPT-3.5 Turbo model. It also provides an option to download the results as a CSV file.

Installation

  1. Clone the repository:
    git clone https://github.com/Tai-O/Call-Analysis-Question-Answering.git
    
  2. Get Open AI API KEY
  • Create an account on https://platform.openai.com/api-keys and get an API KEY (Needed to access GPT 3.5 turbo model)
  • Open command prompt (Windows)
  •   setx OPENAI_API_KEY "your-api-key-here"

Usage

  •   streamlit run app.py
  • Upload a recording of a call in MP3 format.
  • Upload a CSV file containing the questions related to the call.
  • View the transcription of the audio and the corresponding questions.
  • Generate answers to the questions based on the transcription.
  • Download the results as a CSV file.

About

Transcribes audio recordings and generates answers to questions using OpenAI's GPT-3.5 model. Streamlit-based interface for easy use.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages