We've developed a web-based Environment Monitoring System that offers real-time Air Quality Index (AQI), Water Quality Index (WQI), and weather data for users to easily access. Here's how it works:
- Our approach involves creating a web-based solution for analyzing air and water quality data alongside weather predictions.
- We've implemented an SOS alert system in line with the GRAP (Graded Response Action Plan) system.
- Data is visualized through various graphical representations such as heat maps, pictorial displays, bar graphs, and line graphs for easy interpretation.
- Air quality forecasting is conducted using advanced AI/ML techniques with a remarkable accuracy rate of 98.984%.
- Our data strategy involves multiple layers, leveraging historical data to provide comprehensive insights into air and water quality.
first load the the data in Database folder in the MySQL
to start the website in terminal cd to UdyanSaathiAPI then type the following command : -
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
then cd to UdyanSathi then type the following command : -
npm install
npm run dev