Spaces:
Sleeping
Sleeping
| # YouTube to Book Summary - Requirements for Hugging Face Spaces | |
| # Minimal dependencies for reliable build | |
| # YouTube transcript extraction | |
| youtube-transcript-api | |
| # Groq LLM API client | |
| groq | |
| # Environment variables | |
| python-dotenv | |
| # Progress bars | |
| tqdm | |
| # HTTP requests | |
| requests | |
| # Document generation | |
| python-docx | |
| reportlab | |
| # Gradio web interface | |
| gradio | |
| # Hugging Face Hub | |
| huggingface-hub | |