--- 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