File size: 631 Bytes
80ee9ee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Core ML and Deep Learning
tensorflow>=2.8.0
numpy>=1.21.0
pandas>=1.3.0
scikit-learn>=1.0.0

# Web Framework and API
flask>=2.8.0
requests>=2.25.0
streamlit

# Configuration and utilities
pyyaml>=6.0
pathlib2>=2.3.0

# Development and testing
pytest>=6.0.0
pytest-cov>=2.0.0

# Logging and monitoring
python-json-logger>=2.0.0

# Optional: For advanced features
# tensorflow-federated>=0.20.0  # Uncomment if using TFF
# torch>=1.10.0  # Uncomment if using PyTorch

# RAG components
elasticsearch
faiss-cpu

# Privacy and security
tensorflow-privacy
pysyft

# API and web
fastapi
uvicorn

# Documentation
sphinx
sphinx-rtd-theme