Transcribe, Chat and Summarize Youtube Video with AI
- run with
uvx
uvx aiyt- install locally
uv tool install aiyt
# then run it
aiyt- upgrade to the lastest version
uvx aiyt@latest
# upgrade installed tool
uv tool upgrade aiyt@latest- pre-fill API key
# export API key as environment variable
export GOOGLE_API_KEY=your-api-key
# or set API key in the command directly
GOOGLE_API_KEY=your-api-key uvx aiyt