cidadao.ai-models / requirements-hf.txt
neural-thinker's picture
feat: initial cidadao.ai-models deployment
b95e73a
raw
history blame contribute delete
544 Bytes
# Cidadão.AI Models - HuggingFace Spaces Requirements
# Minimal dependencies for fast deployment and startup
# Web Framework
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
# Machine Learning (essential only)
scikit-learn>=1.3.2
numpy>=1.26.3
pandas>=2.1.4
# HTTP Client
httpx>=0.27.0
# Monitoring
prometheus-client>=0.19.0
# Utils
python-multipart>=0.0.6
python-dotenv>=1.0.0
# Optional ML libraries (will not break if unavailable)
torch>=2.0.0; platform_machine != "armv7l"
transformers>=4.36.0; platform_machine != "armv7l"