Airport navigation system
Run the app:
python3 -m pip install -r requirements.txt
python3 main.pyAR microservice build:
Build and Run:
docker-compose up --build -dAfter this microservice will be available by address:
https://your_server_ip:8081 Main map screen with generated route:
Map is resizable and movable.
Route page shows description of the route steps:
Menu of the app allows to scan passenger ticket QR and build route right to the passenger's gate. Also user can use AR to navigate through the airport. Help button calls the airport service.
- AR implementation: @kekmarakek
- Navigation system: @mommysskier
- Cross-platform app: @grit4in

