Traffic Congestion Prediction Model
This repo hosts a small FastAPI microservice that serves predictions from a traffic congestion model.
- pip install -r requirements.txt
- place
traffic_congestion_model.jsonin project root - uvicorn app.main:app --reload --port 8000