File size: 12,325 Bytes
21c2ea0 af072c5 21c2ea0 af072c5 21c2ea0 af072c5 21c2ea0 af072c5 21c2ea0 af072c5 21c2ea0 af072c5 21c2ea0 |
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 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 |
{% extends 'base.html' %} {% block body %} {% include "nav_bar.html" %}
<!----------banner Section------------------>
<section id="banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<p class="promo-title">Empowering Farmers With Data Driven Decisions</p>
</div>
<div class="col-md-6 text-center">
<img src="/static/images/farmer_01.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
<img src="/static/images/wave1.png" class="bottom-img" alt="" />
</section>
<!----------Services Section---------------->
<section id="services">
<div class="container text-center">
<h1 class="title">What We Do ?</h1>
<div class="row text-center">
<div class="col-md-3 services">
<img
src="/static/images/crop-recommendation-logo.png"
class="service-img"
alt=""
/>
<h4 class="service-name">Crop<br />Recommendation</h4>
</div>
<div class="col-md-3 services">
<img
src="/static//images/fertilizer-logo.png"
class="service-img"
alt=""
/>
<h4 class="service-name">Fertilizer<br />Recommendation</h4>
</div>
<div class="col-md-3 services">
<img
src="/static/images/image-classification-logo.png"
class="service-img"
alt=""
/>
<h4 class="service-name">Dieases<br />Classification</h4>
</div>
<div class="col-md-3 services">
<img
src="/static/images/market-price-logo.png"
class="service-img"
alt=""
/>
<h4 class="service-name">Market<br />Price</h4>
</div>
</div>
</div>
</section>
<!----------About Us------------------------>
<section id="about-us">
<div class="container">
<h1 class="title text-center">Why We Do It.</h1>
<div class="row">
<div class="col-md-6 about-us">
<ul>
<li>
The purpose of our website is to assist farmers in making better
decisions for their crops.
</li>
<li>
Every soil has unique fertilizer requirements and suits specific
crops, making <b>personalized recommendations</b> essential.
</li>
<li>
By <b>harnessing the power of technology</b>, we aim to bridge the
gap between agricultural practices and data-driven insights.
</li>
<li>
We aim to provide a comprehensive one-stop solution to cater to all
the needs of farmers.
</li>
</ul>
</div>
<div class="col-md-6">
<img src="/static/images/farmer_02.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</section>
<!----------How We Do It-------------------->
<section id="about-us">
<div class="container">
<h1 class="title text-center">How We Do It.</h1>
<div class="row">
<div class="col-md-6 about-us">
<ul>
<li>
Our website integrates cutting-edge machine learning and deep
learning algorithms to facilitate informed decision-making.
</li>
<li>
These algorithms are trained on vast and diverse datasets, ensuring
accurate and reliable recommendations.
</li>
<li>
We leverage the power of data-driven insights to deliver valuable
suggestions to farmers.
</li>
</ul>
</div>
<div class="col-md-6">
<img src="/static/images/farmer_03.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</section>
<!----------What We Do ?-------------------->
<section id="about-us">
<div class="container">
<h1 class="title text-center">What We Do ?</h1>
<div class="row">
<div class="col-md-6 about-us">
<ul>
<li>
Our website is a <b> farmer-centric platform </b>that offers a range
of services based on user inputs.
</li>
<li>
<b>Crop Recommendation:</b> Using soil analysis and other relevant
factors, we suggest the most suitable crops for a specific plot of
land.
</li>
<li>
<b>Fertilizer Recommendation:</b> We provide tailored fertilizer
suggestions based on the soil's unique needs and crop choice.
</li>
<li>
<b>Plant Health Assessment:</b> Our computer vision technology
analyzes leaf images to determine the plant's health status and
identify potential diseases.
</li>
<li>
<b>Market Price Information:</b> Farmers can access current market
prices for their crops using data fetched from the Indian
government's API.
</li>
</ul>
</div>
<div class="col-md-6">
<img src="/static/images/farmer_04.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</section>
<!----------How It Benefits Farmers ?------->
<section id="about-us">
<div class="container">
<h1 class="title text-center">How It Benefits Farmers ?</h1>
<div class="row">
<div class="col-md-6 about-us">
<ul>
<li>
<b>Empowering Decision Making:</b> By receiving personalized
recommendations, farmers can make informed choices for their crops
and fertilizers.
</li>
<li>
<b>Crop Yield:</b> Tailored suggestions lead to optimal crop choices
and better fertilizer usage, resulting in increased yields.
</li>
<li>
<b>Early Disease Detection:</b> Our plant health assessment helps
detect diseases at an early stage, allowing farmers to take timely
action and prevent losses.
</li>
<li>
<b>Market Awareness:</b> Access to real-time market prices enables
farmers to sell their produce at the most favorable rates.
</li>
</ul>
</div>
<div class="col-md-6">
<img src="/static/images/farmer_05.jpg" class="img-fluid" alt="" />
</div>
</div>
</div>
</section>
<!----------Quotes-------------------------->
<section id="quotes">
<div class="container">
<h1 class="title text-center">Quotes</h1>
<div class="row offset-1">
<div class="col-md-4 offset-md-1 quotes">
<p>
Agriculture is knowledge, it is skill, and it is the instrument of the
economic transformation of the country.
</p>
<img
src="https://th.bing.com/th/id/R.f23778460df068a070243104345e2f0b?rik=rM8Ugybe1GQ7cA&riu=http%3a%2f%2f4.bp.blogspot.com%2f-ds227LvoTqk%2fThCuNYcoGYI%2fAAAAAAAAAGQ%2fG5NQZ-zxPsM%2fs1600%2fgandhi_sepia.jpg&ehk=CRuSyVWpifSU1qOmjk0plACK05crrzh55FquZl%2fzWHQ%3d&risl=&pid=ImgRaw&r=0"
alt=""
/>
<p class="user-details"><b>Mahatma Gandhi</b></p>
</div>
<div class="col-md-4 offset-md-2 quotes">
<p>
We must harness the power of technology and science to revolutionize
agriculture and improve the lives of farmers.
</p>
<img
src="https://th.bing.com/th/id/R.7d12f24287ff1834f10ee0a49b252dbb?rik=dVjWCy6RA4BF5w&riu=http%3a%2f%2fwww.internationalinside.com%2fwp-content%2fuploads%2f2015%2f07%2fdr_apj_abdul_kalam_wallpapers.jpg&ehk=pBnhFHfJEDkAPhHpw9kiCwSEGA8w14WMRRO1C9TH7ss%3d&risl=&pid=ImgRaw&r=0"
alt=""
/>
<p class="user-details">
<b>A. P. J. Abdul Kalam</b><br />The former President of India
</p>
</div>
</div>
</div>
</section>
<!----------Sevice Cards-------------------->
<section>
<h1 class="title text-center">Services</h1>
<div class="container-fluid d-flex justify-content-center">
<div class="row row-cols-1 row-cols-md-4 g-3 gy-3">
<div class="col">
<div class="card" style="width: 18rem">
<img
src="https://images.unsplash.com/photo-1597916829826-02e5bb4a54e0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Crop Recommendation</h5>
<p class="card-text">
<b>Harvesting Insights:</b> Transforming Farming with AI-Driven Crop Recommendations
</p>
<a href="{{url_for('crop_recommendation')}}" class="btn btn-primary"
>Visit Page</a
>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem">
<img
src="https://images.unsplash.com/photo-1492496913980-501348b61469?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Fertilizer Recommendation</h5>
<p class="card-text">
<b>Fertile Future:</b> Enhancing Agriculture with AI-Driven Fertilizer Recommendations
</p>
<a
href="{{url_for('fertilizer_recommendation')}}"
class="btn btn-primary"
>Visit Page</a
>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem">
<img
src="https://images.unsplash.com/photo-1580982327559-c1202864eb05?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Dieases Classification</h5>
<p class="card-text">
<b>Sight to Insight:</b> Advancing Farming through Image-Based Disease Identification
</p>
<a
href="{{url_for('image_classification')}}"
class="btn btn-primary"
>Visit Page</a
>
</div>
</div>
</div>
<div class="col">
<div class="card" style="width: 18rem">
<img
src="https://images.unsplash.com/photo-1550989460-0adf9ea622e2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=687&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Market Price</h5>
<p class="card-text">
<b>Price Insights:</b> Commodity Markets in Indian States with Real-time Government Data
</p>
<a href="{{url_for('market_price')}}" class="btn btn-primary"
>Visit Page</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!----------Social Media Section------------>
<section id="social-media">
<div class="container text-center">
<p>Connect on Social Media</p>
<div class="social-icons">
<a href="https://github.com/07Sada"><img src="/static/images/github-logo.png" alt="" /></a>
<a href="https://www.linkedin.com/in/sadashiv-nandanikar/"><img src="/static/images/linkedin-icon.png" alt="" /></a>
</div>
</div>
</section>
<!----------Footer Section------------------>
<section id="footer">
<img src="/static/images/wave1_mod.png" class="footer-img" alt="" />
<div class="container">
<div class="row">
<div class="col-md-4 footer-box">
<img src="/static/images/logo.png" alt="" />
<p class="addition-info">
I wholeheartedly encourage you to explore all the features and kindly request your valuable feedback. Your insights are highly valued.
</p>
</div>
</div>
</div>
</section>
{% endblock %}
|