Initial commit

This commit is contained in:
Bole Ma
2025-12-10 12:17:41 +01:00
commit 739563f916
12 changed files with 3428 additions and 0 deletions

20
requirements.txt Normal file
View File

@@ -0,0 +1,20 @@
# Core ML dependencies
numpy>=1.21.0
pandas>=1.3.0
scipy>=1.7.0
joblib>=1.0.0
xgboost>=1.5.0
scikit-learn>=1.0.0
# FastAPI server
fastapi>=0.68.0
uvicorn>=0.15.0
pydantic>=1.8.0
# Flask server (alternative)
flask>=2.0.0
flask-cors>=3.0.0
# Testing
pytest>=7.0.0
httpx>=0.23.0