forked from AryanVBW/HackSquad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
72 lines (67 loc) · 2.71 KB
/
index2.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AgriConnect - Empowering Farmers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<h1>AgriConnect by HackSquad</h1>
<p>Empowering Farmers with AI-Driven Solutions</p>
</div>
</header>
<section id="about">
<div class="container">
<h2>About AgriConnect</h2>
<p>AgriConnect is an innovative platform designed to solve key challenges faced by Indian farmers. By combining direct market access, price prediction, and crop disease management, we empower farmers with the tools they need for success.</p>
</div>
</section>
<section id="features">
<div class="container">
<h2>Features</h2>
<div class="feature">
<h3>Direct Market Access</h3>
<p>Connects farmers directly with consumers and retailers, eliminating middlemen and ensuring fair prices for their produce.</p>
</div>
<div class="feature">
<h3>Price Prediction</h3>
<p>AI-ML models predict the prices of agri-horticultural commodities like pulses and vegetables, helping farmers make informed decisions.</p>
</div>
<div class="feature">
<h3>Crop Disease Management</h3>
<p>AI-driven system analyzes crop images and environmental data to predict potential diseases and provide actionable insights.</p>
</div>
</div>
</section>
<section id="technology">
<div class="container">
<h2>Technologies Used</h2>
<ul>
<li>Programming Languages: Python, Java, Swift</li>
<li>Frameworks: TensorFlow, PyTorch, React Native</li>
<li>APIs: OpenAI, Weather APIs, Agricultural Databases</li>
<li>Cloud Services: AWS, Google Cloud</li>
</ul>
</div>
</section>
<section id="impact">
<div class="container">
<h2>Impact & Benefits</h2>
<p>AgriConnect is designed to create significant social, economic, and environmental impact:</p>
<ul>
<li>Increases farmers' income by eliminating middlemen.</li>
<li>Promotes sustainable farming practices.</li>
<li>Improves crop health management and reduces losses.</li>
</ul>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 AgriConnect | Developed by HackSquad</p>
</div>
</footer>
</body>
</html>