Real-time stock market pipeline with MLOps.
- Data ingestion from Yahoo Finance → Kafka
- Spark streaming for real-time processing
- LSTM price predictions (FastAPI)
- React dashboard
- Install dependencies:
pip install -r requirements.txt cd frontend && npm install
- Configure Kafka in
data_ingestion/config/kafka_config.json.