akshay-js
Added application
0077bbf
|
raw
history blame contribute delete
No virus
898 Bytes

A newer version of the Gradio SDK is available: 4.44.1

Upgrade
metadata
title: Meeting Minutes Generator and Question Answer Application
emoji: πŸ‘€
colorFrom: pink
colorTo: pink
sdk: gradio
app_file: app.py
pinned: false

Overview

This application takes an MP3 file of a meeting recording in English, converts it into text, generates meeting minutes in a specified format, and answers questions based on the minutes using OpenAI APIs, ChatGPT, and the LangChain framework.

Features

  • Transcription: Converts audio recordings (MP3) to text.
  • Meeting Minutes Generation: Summarizes the transcription into meeting minutes.
  • Question and Answer: Allows users to ask questions based on the meeting minutes.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.7 or higher
  • An OpenAI API key
  • The following Python libraries:
    • openai
    • transformers
    • langchain
    • pydub
    • whisper