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