Forecasting app: hybrid port to HNF stack
Python FastAPI ML backend kept intact; auth replaced with central hnf_session cookie verification. Frontend rebuilt on React 18 + TS + Vite with stack design system, Plotly charts retained. Shared Postgres via DATABASE_URL; schema applied on startup. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
commit
75d2c1fa9d
103 changed files with 70316 additions and 0 deletions
24
backend/requirements.txt
Normal file
24
backend/requirements.txt
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
fastapi==0.109.0
|
||||
uvicorn[standard]==0.27.0
|
||||
sqlalchemy==2.0.25
|
||||
asyncpg==0.29.0
|
||||
psycopg2-binary==2.9.9
|
||||
python-jose[cryptography]==3.3.0
|
||||
passlib[bcrypt]==1.7.4
|
||||
python-multipart==0.0.6
|
||||
httpx==0.26.0
|
||||
pandas==2.2.0
|
||||
numpy==1.26.3
|
||||
prophet==1.1.4
|
||||
xgboost==2.0.3
|
||||
catboost==1.2.7
|
||||
shap==0.44.1
|
||||
scikit-learn==1.4.0
|
||||
apscheduler==3.10.4
|
||||
openpyxl==3.1.2
|
||||
pydantic==2.5.3
|
||||
pydantic-settings==2.1.0
|
||||
python-dotenv==1.0.0
|
||||
python-dateutil==2.8.2
|
||||
playwright>=1.40.0
|
||||
anthropic>=0.42.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue