Plant Analysis Results

Analysis for {{ plant_name }}

{{ plant_name }} Image
{{ plant_name }}
{% if results.is_healthy %} Healthy {% else %} Issues Detected {% endif %}

Analysis Summary

Plant:
{{ plant_name }}
Status:
{% if results.is_healthy %} Healthy {% else %} Issues Detected {% endif %}
{% if results.confidence %}
Confidence:
{{ results.confidence }}
{% endif %}
{% if results.audio_file %}
Audio Summary:
{% endif %}
{% if results.is_healthy %}

Good News!

Your {{ plant_name }} plant appears to be healthy. Continue with your current care practices.

Recommendations:
  • Maintain regular watering schedule
  • Continue with balanced fertilization
  • Monitor for any changes in appearance
  • Ensure proper sunlight exposure
  • Practice preventive measures against common pests and diseases
{% elif results.results %}

Detected Issues

Here are the potential issues detected in your {{ plant_name }} plant:

{% for result in results.results %}

{{ loop.index }}. {{ result.name }}

{{ result.type }} {{ result.severity }} Severity
Probability:
{{ result.probability }}
{% set prob_value = result.probability|replace('%', '')|float %}
Symptoms:
{{ result.symptoms }}
Causes:
{{ result.causes }}
Spreading:
{{ result.spreading }}
Treatment:

{{ result.treatment }}

Prevention:

{{ result.prevention }}

{% if web_info and result.name in web_info and web_info[result.name] %}
Additional Information:
{{ web_info[result.name].title }}

{{ web_info[result.name].summary }}

Read More Source: Agrowon
{% endif %} {% if product_info and result.name in product_info and product_info[result.name] %}
Recommended Products:
{% for product in product_info[result.name][:2] %}
{% if 'indiamart' in product.link %}IndiaMart{% else %}Krishi Seva{% endif %}
{{ product.title }}

{{ product.snippet[:100] }}{% if product.snippet|length > 100 %}...{% endif %}

View Product
{% endfor %}
{% if product_info[result.name]|length > 2 %}
{% for product in product_info[result.name][2:] %}
{% if 'indiamart' in product.link %}IndiaMart{% else %}Krishi Seva{% endif %}
{{ product.title }}

{{ product.snippet[:100] }}{% if product.snippet|length > 100 %}...{% endif %}

View Product
{% endfor %}
{% endif %}
{% endif %}
{% endfor %}
Disclaimer

The product recommendations are provided for informational purposes only. Always consult with a local agricultural expert for specific recommendations suited to your region and conditions.

Send us your Feedback

We would love to hear your thoughts on the analysis.

{% else %}

Analysis Inconclusive

We couldn't determine with certainty whether your plant has issues. This could be due to:

  • Image quality or lighting issues
  • Early stage symptoms that aren't clearly visible
  • A rare condition not in our database

Try uploading a clearer image or one that shows the affected areas more directly.

{% endif %}