NCAkit / requirements.txt
ismdrobiul489's picture
chore: Remove YouTube uploader (not working in cloud Docker)
3a25ef1
raw
history blame contribute delete
354 Bytes
# 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