Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burnpiro/airport-ai

Airport simulation for evaluation of airport gate assignment problem
https://github.com/burnpiro/airport-ai

airports simulation

Last synced: 3 months ago
JSON representation

Airport simulation for evaluation of airport gate assignment problem

Awesome Lists containing this project

README

        

# airport-ai

Airport simulation for evaluation of airport gate assignment problem

#### Article (Medium)

[https://pokropow.medium.com/airport-simulation-for-evaluation-of-airport-gate-assignment-problem-428ec03f6a62](https://pokropow.medium.com/airport-simulation-for-evaluation-of-airport-gate-assignment-problem-428ec03f6a62)

#### [Presentation](https://drive.google.com/file/d/1BsuJGNOZFpUrpOs6gdEqq1jSRVnJHGuR/view?usp=sharing)

### Visualization

[https://burnpiro.github.io/airport-ai/](https://burnpiro.github.io/airport-ai/)

### Run dev server

```shell
docker-compose -f visualization-docker-compose.yaml up
```

You should be able to access website on [http://localhost:3001](http://localhost:3001)
### Run prod server

```shell
docker-compose -f visualization-docker-compose-prod.yaml up
```

You should be able to access website on [http://localhost:1337/airport-ai/](http://localhost:1337/airport-ai/)