Currently, the application displays the predicted sign/character, but users cannot determine how confident the model is about its prediction.
Adding a confidence score will improve transparency and help users understand when a prediction may be unreliable.
Proposed Solution
Display the model confidence percentage alongside the predicted character/word.
Add a confidence threshold warning for low-confidence predictions.
Show confidence in a user-friendly format (e.g., 92.4%).
Ensure the confidence score updates in real time with predictions.
#Benefits
Better user trust in model predictions.
Easier debugging and model evaluation.
Improved accessibility and learning experience.
#Acceptance Criteria
Confidence score is displayed with every prediction.
Score updates in real time.
Low-confidence predictions are highlighted.
UI remains responsive and readable.
Currently, the application displays the predicted sign/character, but users cannot determine how confident the model is about its prediction.
Adding a confidence score will improve transparency and help users understand when a prediction may be unreliable.
Proposed Solution
Display the model confidence percentage alongside the predicted character/word.
Add a confidence threshold warning for low-confidence predictions.
Show confidence in a user-friendly format (e.g., 92.4%).
Ensure the confidence score updates in real time with predictions.
#Benefits
Better user trust in model predictions.
Easier debugging and model evaluation.
Improved accessibility and learning experience.
#Acceptance Criteria
Confidence score is displayed with every prediction.
Score updates in real time.
Low-confidence predictions are highlighted.
UI remains responsive and readable.