Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0is1 committed Jan 21, 2024
1 parent 6e5c908 commit 1188417
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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
Binary file added previews/preview1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/preview2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1188417

Please sign in to comment.