autonomous-vehicle-sim / Simulator

Unity simulator with a web-based interface intended for real-life vehicle training.
Apache License 2.0
4 stars 0 forks source link

brainstorm - web interface with api #60

Closed kobryl closed 7 months ago

kobryl commented 7 months ago

Need to decide things like API architecture, should we use framework like Flask or simple http.server etc.

Interface for ML (api) and/or human (ui) interaction with the simulator without installing the simulator on the user's computer - instance only on a server. e.g. python app gets camera images from the simulator's api and presents it to the user in for example 20 FPS, gets input from the user (for example arrows, or output from the ML model) and forwards it to the api,

kobryl commented 7 months ago

Flask