Gradio app for Meeting summarization it accepts audio files of any limits as it chunks them down. Also to summarize we are chunking them down and then making a complete summary.
To run this app you need openAI API Keys for whisper & Gpt-3.5 Turdo for chat completions.
cd src
pip install -r requirements.txt
python app.py