Skip to main contentThe Humancheck dashboard is a Streamlit-based web interface that provides a real-time view of all reviews and allows reviewers to make decisions.
Accessing the Dashboard
Start the dashboard:
The dashboard is available at: http://localhost:8501
Features
- Live Review Queue: See all pending reviews in real-time
- Review Details: Expand reviews to see full details
- Quick Decisions: One-click approve/reject/modify
- Statistics: View review statistics and analytics
- Filtering: Filter by status, task type, urgency, etc.
Review Interface
When you open a review, you’ll see:
- Task type and urgency
- Proposed action
- Agent reasoning
- Confidence score
- Metadata
- Decision options: Approve, Reject, Modify
Next Steps