diff --git a/README.md b/README.md new file mode 100644 index 0000000..b71cd7d --- /dev/null +++ b/README.md @@ -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 \ No newline at end of file diff --git a/previews/preview1.png b/previews/preview1.png new file mode 100644 index 0000000..291a61e Binary files /dev/null and b/previews/preview1.png differ diff --git a/previews/preview2.png b/previews/preview2.png new file mode 100644 index 0000000..f9174d4 Binary files /dev/null and b/previews/preview2.png differ