This project uses Computer Vision to measure air quality
-
Pre-requisites: Docker and git should be installed in your machine. For Docker go to https://www.docker.com/ and install it.
-
Open a terminal and clone the repository:
$ git clone https://github.com/dazcona/air-quality
- Navigate to the project and then go to the docker directory:
$ cd air-quality
$ cd docker
- Build image with Docker Compose using the Makefile's command:
$ make build
- Run the image to start the container:
$ make run
- CLI to the container:
$ make dev
- Run the development server:
$ python src/app.py
-
Open a browser such as Chrome and go to
http://localhost:5000/
-
Upload images via the interface and check the results!