├── Analysis, visualization and building the model.ipynb ├── Landing ├── index.html ├── script.js └── style.css ├── Login ├── index.html ├── script.js └── style.css ├── a.csv ├── aqi_XGBreg_model.pkl ├── hello (1).pkl ├── hello.pkl ├── hist.pkl ├── real_2018.csv └── zinc.zip /Analysis, visualization and building the model.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/Analysis, visualization and building the model.ipynb -------------------------------------------------------------------------------- /Landing/index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Landing/script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Landing/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Login/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/Login/index.html -------------------------------------------------------------------------------- /Login/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/Login/script.js -------------------------------------------------------------------------------- /Login/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/Login/style.css -------------------------------------------------------------------------------- /a.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/a.csv -------------------------------------------------------------------------------- /aqi_XGBreg_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/aqi_XGBreg_model.pkl -------------------------------------------------------------------------------- /hello (1).pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/hello (1).pkl -------------------------------------------------------------------------------- /hello.pkl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hist.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/hist.pkl -------------------------------------------------------------------------------- /real_2018.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/real_2018.csv -------------------------------------------------------------------------------- /zinc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akashm-2003/AQI-Predictor/HEAD/zinc.zip --------------------------------------------------------------------------------