| # Framework web | |
| gradio>=5.0.0 | |
| # LLM - Modelos LOCALES (HuggingFace transformers) | |
| torch>=2.0.0 | |
| transformers>=4.35.0 | |
| accelerate>=0.25.0 | |
| bitsandbytes>=0.41.0 # Quantización 8-bit (ahorra RAM) | |
| sentencepiece>=0.1.99 # Tokenizer para Llama | |
| protobuf>=3.20.0 | |
| huggingface-hub>=0.20.0 # Para descargar modelos | |
| # LLM - APIs externas (Gemini, GPT, Claude via LiteLLM) | |
| litellm>=1.0.0 | |
| google-generativeai>=0.8.0 | |
| # Procesamiento de datos | |
| pandas>=2.0.0 | |
| openpyxl>=3.1.0 # Para leer archivos Excel | |
| requests>=2.31.0 | |
| # Procesamiento de imágenes (OCR) | |
| pillow>=10.0.0 | |
| pytesseract>=0.3.10 | |
| # Variables de entorno | |
| python-dotenv>=1.0.0 | |
| # Tools and multimedia | |
| smolagents>=0.1.0 | |
| yt-dlp>=2023.12.12 | |
| openai-whisper>=20230314 | |
| imageio>=2.31.1 | |
| imageio-ffmpeg>=0.4.8 | |
| ffmpeg-python>=0.2.0 | |
| numpy>=1.24.0 | |
| youtube-transcript-api>=0.6.0 | |
| ddgs>=0.0.1 | |
| wikipedia-api>=0.5.0 | |
