Skip to content

Add Prediction Confidence Score in ASL Recognition Results #30

Description

@muskan-202

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions