<<<<<<< HEAD Multi-model stock price predictor featuring Linear Regression, Random Forest, GBR, XGBoost, ARIMA.
project/ ├─ backend/ │ └─ api.py (FastAPI backend) ├─ frontend/ │ ├─ index.html │ ├─ style.css │ └─ main.js └─ run_all.py (Optional: script to launch backend + frontend)
5d15f19 (Made into a web app)