Initial commit
This commit is contained in:
20
requirements.txt
Normal file
20
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user