Spaces:
Sleeping
Sleeping
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 | |