youtube-summary-ai / README.md
wangston9's picture
Update README.md
2ed3ae1 verified
---
title: Youtube Summary Ai
emoji: πŸ“‰
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 5.26.0
app_file: app.py
pinned: false
license: mit
short_description: Summarize any YouTube video using OpenAI Whisper and GPT-3.5
---
# 🧠 YouTube Summary AI
> **Important:**
> This Space is intended to be **run locally** using Docker.
>
> Due to Hugging Face hosting limitations (e.g., YouTube download restrictions), **online usage may not work** properly.
>
> βœ… To use it successfully:
> - Download and install [Docker](https://www.docker.com/).
> - Then run the following command:
> ```bash
> docker run -it -p 7860:7860 --platform=linux/amd64 \
> -e OPENAI_API_KEY=your-key-here \
> registry.hf.space/wangston9-youtube-summary-ai:latest python app.py
> ```
> πŸ–₯️ Then open [http://localhost:7860](http://localhost:7860) in your browser!
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference