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