Trajectory visualisation.
- start http server:
$ python server.py - access
localhost:1080using your favourite browser - click a Marker to set the start POI
- slide to chose the preferred length (i.e., the number of POIs in trajectory)
- select the travel mode (used for rendering routes only)
- click the
Recommendbutton
- the required
pythonversion to load the trained model is 3.5.3, other versions of python will cause "bad magic number" error. - the required
pandasversion is 0.19.2, other versions may cause "import error". - only top-2 recommended trajectories are rendered.