-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# AQI Predictor | ||
|
||
AQI (Air Quality Index) predictor web app for forecasting AQI at your location in the given time interval using machine learning. | ||
|
||
## Features | ||
|
||
* Live forecast rendering | ||
* Uses Prophet time series prediction model with Flask API | ||
* Multiple prediction parameters like PM2.5, PM10, NO2, NH3, SO2, CO, OZONE | ||
* Custom date, training interval and training time can be chosen | ||
* Responsive UI | ||
|
||
## Previews | ||
|
||
### Preview 1 (Large screen) | ||
![preview-1](./previews/preview1.png) | ||
|
||
### Preview 2 (Small screen) | ||
![preview-2](./previews/preview2.png) | ||
|
||
|
||
## Future developments | ||
|
||
Too occupied to work it on but always open to check issues, contribution pull requests and feedbacks |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.