Spaces:
Sleeping
Sleeping
File size: 973 Bytes
8913a74 2ed3ae1 8913a74 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
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
|