Skip to content

Improvement of the program to solve a 3x3 rubick cube through artificial intelligence with python, purpose: Thesis on the application of artificial intelligence for the automation of activities.

Notifications You must be signed in to change notification settings

GOLFISHMANALEXIS/RubiksCubeTesisIA_V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubiksCube

This project concentrates on solving a unsolved Rubik's Cube. The program contains OpenCV libraries and when executed will show a live video from the webcam. When a unsolved Rubik's cube is shown in front of a camera, it will scan the faces of the Rubik's cube. These instructions will be displayed along with the live video in a text format. After a successful scan the program will start to give the instructions on the moves to be made using Augmented arrow on the cube in the live video. When these moves are followed we get the end product of a solved Rubik's Cube within 30 moves.

  1. Clone the repository
    $ git clone https://github.com/GOLFISHMANALEXIS/RubiksCubeTesisIA_V.git
    
  2. Create an virtual environment using
    $ python3 -m venv  virtual environment name.
    
  3. Run
    $ pip3 install -r requirements.txt
    
  4. Run
    $ python3 main.py
    

Video de referencia:
No tiene buena calidad xd Watch the video

RubiksCubeTesisIA_V

About

Improvement of the program to solve a 3x3 rubick cube through artificial intelligence with python, purpose: Thesis on the application of artificial intelligence for the automation of activities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages