Stock Value Forecast
Production-shaped ML pipeline for short-horizon stock trend forecasting: ingest (Alpha Vantage / optional news) → feature build (price-derived features with strict leakage checks) → train (Keras, versioned run records) → backtest (baselines vs model, walk-forward evaluation) → serve (FastAPI with /predict, /model_info). Emphasizes time-series correctness, reproducibility, and config-driven stages; includes a minimal Streamlit UI for exploration.