cidadao.ai-models / requirements.txt
neural-thinker's picture
feat: initial cidadao.ai-models deployment
b95e73a
raw
history blame contribute delete
553 Bytes
# Cidadão.AI Models - Core Dependencies
# Deep Learning Framework
torch>=2.0.0
transformers>=4.36.0
sentence-transformers>=2.2.0
# Machine Learning
scikit-learn>=1.3.2
numpy>=1.26.3
pandas>=2.1.4
scipy>=1.11.4
# API Server
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.5.0
# HuggingFace Integration
huggingface-hub>=0.19.0
datasets>=2.16.0
# MLOps
mlflow>=2.8.0
wandb>=0.16.0
# Monitoring
prometheus-client>=0.19.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
# Data Processing
tqdm>=4.66.0
joblib>=1.3.0
# HTTP Client
httpx>=0.27.0