03Computer Vision
Cube Buddy
Real-time Rubik's cube solver — 95% detection accuracy.
Pushing boundaries in computer vision.
Real-time Rubik's cube state detection and solver. Detects cube face colors from a live camera stream using OpenCV, maps them into a structured state model, and computes optimal solution paths using BFS and A* graph traversal in Java.
Tech Stack
JavaPythonOpenCVBFSA* AlgorithmTypeScript
Key Metrics
✓ 95% Detection Accuracy
✓ Real-time 30FPS
✓ Optimal Path Finding