| # Required Python packages for NCAkit | |
| # Core Framework | |
| fastapi | |
| uvicorn[standard] | |
| pydantic | |
| pydantic-settings | |
| # HTTP & Async | |
| requests | |
| aiohttp | |
| # Video Processing | |
| moviepy==1.0.3 | |
| pydub | |
| Pillow<10.0.0 | |
| numpy<2.0.0 | |
| # AI/ML | |
| faster-whisper | |
| google-genai | |
| groq | |
| # Utilities | |
| python-multipart | |
| huggingface_hub | |
| imageio-ffmpeg>=0.4.9 | |
| # Trends Analysis | |
| pytrends | |
| pandas | |