# Multi-Speaker Audio Analyzer | |
A Streamlit application that performs speaker diarization, transcription, and summarization on audio files. | |
## Features | |
- Speaker Diarization using Pyannote | |
- Transcription using Whisper | |
- Summarization using BART | |
## Setup | |
1. Install requirements: `pip install -r requirements.txt` | |
2. Add HuggingFace token to Streamlit secrets | |
3. Run app: `streamlit run app.py` | |
## Usage | |
Upload an audio file (MP3/WAV) and click "Analyze Audio" to process. |