federated-credit-scoring / requirements.txt
“Transcendental-Programmer”
FEAT: Init project structure and basic config
4932e02
raw
history blame
410 Bytes
# Core ML frameworks
tensorflow>=2.6.0
tensorflow-federated
torch>=1.9.0
transformers
# Data processing
pandas>=1.3.0
numpy>=1.19.0
scikit-learn
# RAG components
elasticsearch
faiss-cpu
# Privacy and security
tensorflow-privacy
pysyft
# API and web
flask
fastapi
uvicorn
# Testing and development
pytest
black
flake8
isort
# Documentation
sphinx
sphinx-rtd-theme
# Additional requirements
pyyaml>=5.4.1