Description Using Models like Random Forest Regression, Air quality index is predicted based on attributes if the dataset.The model is deployed using streamlit for user interaction
Steps:
- cd Air Quality Index Prediction
- streamlit run app.py
Requirements(Ignore if installed):
1.pip install pandas numpy streamlit scikit-learn
Frontend:(Flask API)
SideBar to display Label Encoder Mappings for the categorical column CITY
Backend(Random Forest Regression):