Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 337 Bytes

File metadata and controls

19 lines (13 loc) · 337 Bytes

command to install pip packages

pip install -r requirements.txt

to run the application

python app.py

sample request jason body

{ "segment":"100", "array":[ {"calcSpikesY":0,"calcSpikesX":1,"gpsSpeed":0}, {"calcSpikesY":260,"calcSpikesX":9,"gpsSpeed":5}, {"calcSpikesY":320,"calcSpikesX":5,"gpsSpeed":3} ] }