- Azure OpenAI Whisper
- Volcengine
- Groq Whisper
- Install ffmpeg
brew install ffmpeg
# or
sudo apt install ffmpeg
- Install Python dependencies
python3 -m pip install -r requirements.txt
- Set environment variables
export AZURE_OPENAI_API_KEY=
export AZURE_OPENAI_ENDPOINT=
export VOLCENGINE_ACCESS_TOKEN=
export VOLCENGINE_APPID=
export GROQ_API_KEY=
- Run Streamlit Server
streamlit run streamlit_app.py --server.maxUploadSize 20000