Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cahidenes/rubiks-cube-solver

Rubik's Cube solver with cube detection using OpenCV in python
https://github.com/cahidenes/rubiks-cube-solver

opencv rubiks-cube rubiks-cube-solver

Last synced: 3 months ago
JSON representation

Rubik's Cube solver with cube detection using OpenCV in python

Awesome Lists containing this project

README

        

# Rubik's Cube Solver
Recognizes Rubik's cubes and solves with Kociemba's two-phase algorithm.

This repository implements only recognizing part. Solution part is imported [(kociemba package)](https://pypi.org/project/kociemba/)

- Aimed for stickerless cubes. Occasionally works for other cubes, worth trying.
- **Key Feature:** Recognizes cube from only two opposite corners, no specific order needed. Easy and fast.

## Demo

![Demo](https://github.com/cahidenes/visuals/blob/main/rubiks-cube-solver.gif?raw=true)

## Pip Installs
pip install opencv-python
pip install kociemba

## Doesn't Work?
- Make sure all sides of your cube is well lit
- Make sure your cube is aligned nice enough with grid lines (especially the central corner)
- Make sure your finger doesn't cover your cube
- Remove logo sticker or cover with the appropriate color
- Try again with different corners or rotations (if you have passed the first corner, you can't choose any corner)
- Try again with flat color background
- Open an issue with screenshots provided

## Possible Further Improvements
- Support for cubes with stickers
- Recognize cubes anywhere on the screen
- Better UI

_Feel free to contribute or use in your projects :)_