An open API service indexing awesome lists of open source software.

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

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.

![Demostration image](https://i.ytimg.com/vi/lJaRIiqqeOI/hqdefault.jpg?sqp=-oaymwEmCMQBEG5IWvKriqkDGQgBFQAAiEIYAdgBAeIBCggYEAIYBjgBQAE=&rs=AOn4CLDVCfdNWg4SGez4ugdNK0GDEkkvRA)

### 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)