This small python script can visually identify a Rubik's Cube on webcam and calculate a solving method. The solving method is based on the Herbert Kociemba's two-phase algorithm for solving Rubik's Cube
- Install required packages with
pip install -r requirements.txt - Run the script with
python main.py
Simon Alm-Mårtensson