Sign in Sign up
nuget

ETAPredictor

Predict ETA of vehicles as they travel to stops on routes that generally repeat. Suitable for busses/shuttles on campuses, at airports, etc... Provide the location of known stops, along with live (or historical) GPS data from vehicles, and the model will provide a table of ETAs for each stop. The model is intended to be very lightweight in terms of compute, eschewing processing heavy AI for a simple statistical approach based on historical ETA based on current vehicle location. It also takes into account current speeds compared to historical speeds so that things like traffic are (naively) taken into account. Data older than 5 days is automatically purged so the model does not consume mode and more memory over time.

nuget View on Nuget

Activity

Latest release
3y ago
Total releases
4
Cadence
~daily
Last 12 months
0

Details

First release
Dec 23, 2022
Releases
Version Released
1.0.3 patch
1.0.2 patch
1.0.1 patch
1.0.0 initial