initial project setup with README and ignore

This commit is contained in:
2026-04-08 15:13:42 +05:30
commit 2d5688cb35
47 changed files with 7929 additions and 0 deletions

18
requirements.txt Normal file
View File

@@ -0,0 +1,18 @@
fastapi
uvicorn
python-dotenv
requests
numpy
pandas
scikit-learn
scipy
openpyxl
xlsxwriter
httpx
ortools
pyarrow
# ML Hypertuning
xgboost>=2.0.0
optuna>=3.5.0
sqlalchemy>=2.0.0
apscheduler>=3.10.0