https://github.com/tevesmanuel/rubikssolverrobot
Software uses computer vision to detect and solve Rubik's Cubes
https://github.com/tevesmanuel/rubikssolverrobot
computer-vision opencv python rubiks-cube-solver
Last synced: 22 days ago
JSON representation
Software uses computer vision to detect and solve Rubik's Cubes
- Host: GitHub
- URL: https://github.com/tevesmanuel/rubikssolverrobot
- Owner: TevesManuel
- License: mit
- Created: 2025-01-06T01:39:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T17:42:40.000Z (over 1 year ago)
- Last Synced: 2025-02-27T01:53:30.698Z (over 1 year ago)
- Topics: computer-vision, opencv, python, rubiks-cube-solver
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubik cube solver
This software uses computer vision to detect and solve Rubik's Cubes. It identifies the cube's initial configuration through the camera using OpenCV and generates the steps needed to solve it efficiently with the help of the Kociemba library.

### Download and install the dependencies
``` bash
pip install -r requirements.txt
```
### Run the program run
``` bash
python ./src/main.py
```
### Glossary
- [Demonstration and explanatory video (spanish)](https://www.youtube.com/watch?v=lJaRIiqqeOI&t=5s)