-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 2.68 KB
/
Copy pathindex.html
File metadata and controls
40 lines (38 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AVANI - Overview</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<div class="sidebar">
<img src="logo.png" alt="AVANI Logo">
<a href="overview.html" class="menu-item"><span class="icon">📄</span>Overview</a>
<a href="sensorsdata.html" class="menu-item"><span class="icon">📡</span>Sensors Data</a>
<a href="reports.html" class="menu-item"><span class="icon">📑</span>Report</a>
<a href="architechture.html" class="menu-item"><span class="icon">📑</span>Architechture</a>
<a href="contact.html" class="menu-item"><span class="icon">💬</span>Contact Us</a>
</div>
<div class="content">
<h1>Overview</h1>
<p>This is the overview page where you can see general information about AVANI.</p>
<p>
Urbanization is diminishing green spaces, resulting in environmental degradation, health challenges, and unsustainable development. Urban planners often lack effective tools to analyze and optimize green spaces, hindering sustainable city development. Project Avani addresses this gap by providing a data-driven AI-powered solution for sustainable urban planning and environmental management.</p>
<br>
<hr>
<p>Avani integrates Geographic Information Systems (GIS), Random Forest machine learning, and advanced data analytics to help city planners make informed decisions. The platform is designed to optimize green spaces, improve urban living conditions, and enhance environmental health. Leveraging sensors for air quality, soil moisture, temperature, and humidity, along with IoT-enabled devices like Arduino, Avani collects and transmits real-time environmental data to the cloud.<p>
<br>
<hr>
<p>GPS modules track sensor locations, enabling precise data mapping, while digital displays provide real-time data visualization. GIS tools are employed for spatial analysis, and the Random Forest ML model processes data to generate predictive insights for efficient green space management. By combining real-time monitoring with advanced analytics, Avani enables city planners to develop sustainable urban landscapes that balance environmental health and urban growth. This innovative approach fosters better urban living conditions and addresses key challenges of modern urbanization.
</p>
<br>
<h1 id="own">Project : AVANI </h1>
<hr>
</div>
</div>
</body>
</html>