{% extends "base.html" %} {% block title %}Predict โ IrisAI{% endblock %} {% block body %}
Enter measurements below to identify the species using Random Forest ML.
Try an example:
Prediction
{{ result.info.description }}
No prediction yet
Fill in the measurements and click classify.
About the Model
Random Forest Classifier ยท 100 estimators
Dataset: UCI Iris (150 samples) ยท 90% accuracy
Source: archive.ics.uci.edu
| Species | Sepal L | Sepal W | Petal L | Petal W | Confidence | When |
|---|---|---|---|---|---|---|
| {{ row.prediction | capitalize }} | {{ row.sepal_length }} | {{ row.sepal_width }} | {{ row.petal_length }} | {{ row.petal_width }} | {{ "%.1f"|format(row.confidence) }}% | {{ row.timestamp[:16] }} |