Inspiration

In Nigeria, farmers lost over ₦5 trillion in 2025 because of crop failure, especially from plant diseases and lack of good farm support. Many people enter farming without enough knowledge. When their plants start showing signs of sickness, they may not know the disease or what to do early. Sometimes they delay, and the plant dies, and the farmer loses money.

This problem also affects many African countries where farmers do not have quick access to agricultural experts. We wanted to build a simple tool that can help farmers understand plant problems early.

That is why we built AgroGuard AI, using Gemini 3 to analyze plant images, explain the disease in simple English, and give helpful recommendations.

What it does

AgroGuard AI is a web app that helps farmers check plant health.

A farmer can:

  • Upload a plant or leaf image
  • Get a result: healthy or possible disease
  • Read a simple explanation of what is happening to the plant
  • Get recommendations and possible actions to take to reduce loss

The goal is to help farmers take early action and protect their farms.

How we built it

AgroGuard AI uses the Gemini 3 API as the main brain of the system.

When a user uploads an image:

  1. The backend sends the image to Gemini 3
  2. Gemini 3 analyzes the plant image and checks signs like spots, color change, and damage patterns
  3. Gemini 3 returns:
    • the likely disease or healthy result
    • a simple explanation in plain English
    • recommendations and prevention tips

We built the web interface using HTML, CSS, and JavaScript, and we deployed the MVP on Render so anyone can try it online.

Challenges we ran into

  • Making the explanation simple and clear for farmers (not too technical)
  • Getting consistent results from the AI, so we improved our prompt and output format
  • Working fast within the hackathon timeline while keeping the app stable and usable

Accomplishments that we're proud of

  • We built a working MVP that anyone can access online
  • We used Gemini 3 for real multimodal work: image understanding + reasoning + explanation
  • We turned plant disease information into simple English that farmers can understand
  • We focused on real impact for Nigeria and Africa

What we learned

We learned that Gemini 3 is powerful when it is used beyond chatbots. It can understand images, reason about problems, and explain them clearly in one flow. We also learned that good prompts and clear output structure are very important for reliable results.

What's next for AgroGuard AI – Plant Disease Detection with Gemini 3

Next, we want to:

  • Support more crops and more diseases
  • Add local language support for farmers
  • Add a confidence score and better guidance for “when to contact an expert”
  • Partner with agricultural communities to improve accuracy and reach more farmers

Built With

Share this project:

Updates

posted an update

In Nigeria, farmers lost over ₦5 trillion in 2025 because of crop failure, especially from plant diseases and lack of good farm support. Many people enter farming without enough knowledge. When their plants start showing signs of sickness, they may not know the disease or what to do early. Sometimes they delay, and the plant dies, and the farmer loses money.

This problem also affects many African countries where farmers do not have quick access to agricultural experts. We wanted to build a simple tool that can help farmers understand plant problems early.

That is why we built AgroGuard AI, using Gemini 3 to analyze plant images, explain the disease in simple English, and give helpful recommendations.

Log in or sign up for Devpost to join the conversation.