EchoBrief
1.0.0
EchoBrief是一款人工智能驱动的音频摘要应用程序,可简化从音频文件中提取关键信息的过程。无论是播客、讲座还是会议录音,EchoBrief 都使用 Google 的生成式 AI 来提供准确、简洁的摘要。
要运行该项目,您需要:
克隆存储库:
git clone https://github.com/yourusername/EchoBrief.git
导航到项目目录:
cd EchoBrief
安装所需的依赖项:
pip install -r requirements.txt
设置您的 Google API 密钥:
.env
文件。.env
文件中添加您的 Google API 密钥: GOOGLE_API_KEY=your_api_key
要启动 Streamlit 应用程序,请运行以下命令:
streamlit run app.py