/air-quality

💨 Measure air quality using Computer Vision

Primary LanguageJupyter Notebook

Air Quality

This project uses Computer Vision to measure air quality

Demo

Demo

Technologies

Deployment using Docker

  1. Pre-requisites: Docker and git should be installed in your machine. For Docker go to https://www.docker.com/ and install it.

  2. Open a terminal and clone the repository:

$ git clone https://github.com/dazcona/air-quality
  1. Navigate to the project and then go to the docker directory:
$ cd air-quality
$ cd docker
  1. Build image with Docker Compose using the Makefile's command:
$ make build
  1. Run the image to start the container:
$ make run
  1. CLI to the container:
$ make dev
  1. Run the development server:
$ python src/app.py
  1. Open a browser such as Chrome and go to http://localhost:5000/

  2. Upload images via the interface and check the results!

Resources