YashIndane/webcube
Rubik's cube assistant on Flask webapp
Accepts images of a scrambled cube's six faces via webcam, analyzes tile colors using OpenCV and scikit-learn, then generates solving instructions through Kociemba's Two-Phase algorithm and outputs them as voice guidance. The application converts uploaded face images to a cube notation string, solves it computationally, and streams the move sequence back to the user as synthesized speech via JavaScript.
No commits in the last 6 months.
Stars
54
Forks
17
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/YashIndane/webcube"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
mahdavipanah/pynpuzzle
Solve, test and benchmark algorithms for N-Puzzle problem with Python
kyo-takano/alphacube
A powerful & flexible Rubik's Cube solver
huyvohcmc/8-puzzle
Java program to solve the 8 puzzle problem using branch and bound algorithm.
gsurma/sliding_puzzle
Swift implementation of the Sliding Puzzle game with Iterative Deepening A* AI Solver.
kyo-takano/efficientcube
State-of-the-Art method for solving the Rubik's Cube