speechdigest
1.0.0
此简化应用程序允许用户上传音频文件,使用OpenAI的耳语ASR转录音频,然后使用OpenAI的GPT-3.5-Turbo语言模型汇总转录。
git clone https://github.com/StanGirard/speechdigest
cd speechdigest
pip install -r requirements.txt
export OPENAI_API_KEY="your-api-key"
streamlit run app.py
现在,该应用程序将可以在浏览器中的http://localhost:8501访问。
请随时提交问题,功能请求或提取请求。感谢为改进应用程序的任何贡献。