The Idea
Our ML model returns a confidence_score and an uncertain_prediction_flag, but we aren't showing this to the user. We should display a small badge indicating whether the AI is highly confident or uncertain.
What needs to be done
- Update the
ScanResultCard or AnalysisDashboard component.
- Display a small, clean badge (e.g., green for high confidence, yellow for uncertain) based on the existing API response data.
A quick and easy frontend task that makes the AI feel much more transparent.
The Idea
Our ML model returns a
confidence_scoreand anuncertain_prediction_flag, but we aren't showing this to the user. We should display a small badge indicating whether the AI is highly confident or uncertain.What needs to be done
ScanResultCardorAnalysisDashboardcomponent.A quick and easy frontend task that makes the AI feel much more transparent.