Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 909 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 909 Bytes

AIR QUALITY CLASSIFICATION

Air pollution is one of the issues in society. Air pollution affects human health and the environment. In Indonesia, the Air Pollution Standard Index (ISPU) is measured from the levels of particulate matter 10 (PM10), carbon monoxide (CO), sulfur dioxide (SO2), ozone (O3), and nitrogen dioxide (NO2). Therefore, the CNN algorithm is used to classify the air quality index based on the ISPU standard.

Installation Reference

Clone the Application

  https://github.com/Queniex/Air-Quality-CNN.git

Activate the virtual environment

  .\venv\Scripts\Activate
  $env:FLASK_APP = "main.py"
  flask run

Acknowledgements

pip install joblib==1.2.0 pip install tflite-runtime