Views
No views yet
mohan-trafficpredict.ipynb.api.py:st_graphmamba_metrla.ptadj_METR-LA.pklMETR-LA.h5GET /healthGET /predict/latestMETR-LA.h5, applies the same
normalization and four time features used during training, and calls the
trained ST-GraphMamba model.POST /predict1{
2 "history": [
3 [65.1, 64.2, "... 207 values ..."],
4 "... 24 rows total ..."
5 ]
6}POST /predict/file24 x 207 numeric values.1pip install -r requirements.txt
2uvicorn api:app --host 0.0.0.0 --port 8000http://localhost:8000/docsINFERENCE_URL to the public /predict endpoint.