Video-Analysis / README.md
CB
Update README.md
c88f52a verified
|
raw
history blame
669 Bytes
metadata
title: Video Downloader & Captioning Tool
emoji: 👀
colorFrom: purple
colorTo: indigo
sdk: streamlit
sdk_version: 1.49.1
app_file: streamlit_app.py
pinned: true

Video Captioning Streamlit Space

Changes:

  • Removed phi-agent support; app now uses google.generativeai Responses API only.
  • Files >200 MB are compressed before upload (configurable in Settings).
  • Ensure GOOGLE_API_KEY is set via .env or the Settings panel.

Install: pip install -r requirements.txt

Run: streamlit run streamlit_app.py

Notes:

  • Upgrade google-generativeai if you see "no attribute" errors: pip install --upgrade google-generativeai
  • Do not commit your API key to the repo.