Website and Video Summarizer
1.0.0
NotaViva 是一個 YouTube 腳本和網站內容到詳細註釋轉換器。此應用程式使用 Google Gemini-1.5pro/flash Transformer 來總結 YouTube 影片轉錄並以 PDF 格式提供摘要。
克隆儲存庫:
git clone [https://github.com/yourusername/notaviva.git](https://github.com/Abie2023/Web-Video-Summarizer.git)
cd Web-Video-Summarizer
建立並啟動虛擬環境(可選但建議):
python -m venv venv
source venv/bin/activate #unix systems
venvScriptsactivate # On Windows use
安裝所需的軟體包:
pip install -r requirements.txt
建立一個.env
檔案並新增您的 Google API 金鑰:
GOOGLE_API_KEY=your_google_api_key
啟動應用程式
streamlit run app.py