Developer
Independent project
Automated Wordle Solver with Visual Perception
A real-time assistant combining board detection, OCR, colour classification, and heuristic action selection.
Image / extracted state / recommendationArchitecture abstraction
The problem
Recover reliable game state from screenshots before recommending the next action.
System architecture
- OpenCV board detection and OCR using Tesseract and EasyOCR.
- Colour classification and state extraction feeding heuristic word filtering.
- A Streamlit interface for live feedback.
Engineering decisions
- Separate perception from recommendation logic.
- Visualise extracted state so recognition errors remain visible.
Testing and verification
- Screenshot-based board and state checks.
Limitations
- OCR and colour classification depend on capture quality and theme.
What I would improve next
- Broaden visual-theme robustness and confidence reporting.