Skip to content

iOS application that evaluates Air Quality Index via pictures of sky

Notifications You must be signed in to change notification settings

Yuren-Zhong/AQI_Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile AQI Detector

User takes a picture of the sky on iOS clients and send it to the server. After receiving the picture, the server uses support vector machine(SVM) algorithm to differentiate the sky area from the rest part and then infer the air quality index(AQI) from the RGB values of the sky area by a pre-trained linear regression model. Finally, the server returns the estimated AQI to the clients.

Requirements:

This project was originally developed under the environment:

  • Windows 7 + pycharm
  • iOS 10 + swift 3
  • Debian GNU/Linux 7 + Apache 2.4.23

About

iOS application that evaluates Air Quality Index via pictures of sky

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published