Our project uses sensor data from cities [1] that monitor air quality and through Neural Networks (MLP) [2] predicts the air quality for cities that do not have air quality monitoring sensors.
- docker
- jeroennoten/laravel-adminlte
- doctrine/dbal
- laravelcollective/html
- nesbot/carbon
- akaunting/money
- bensampo/laravel-enum
- maatwebsite/excel
- Run
$ sudo docker-compose up -d- Run
$ composer install
Important: Need create .env and verificad .yml- Enter the container
$ sudo docker exec -it seed-app bash
$ php artisan key:generate --show- Run Migrations
$ php artisan migrate --step --seed
- Run
$ php artisan storage:linkEdilson e Ronald
References