GithubHelp home page GithubHelp logo

bbday / arkose-maze-solver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahrzeroday/arkose-maze-solver

0.0 0.0 0.0 1.79 MB

In this project, we solve one of Arkose Labs hard captcha images with an accuracy of about 85% without using advanced artificial intelligence (AI) libraries and simply by building a very simple and basic AI. (For Research Purposes Only)

C# 100.00%

arkose-maze-solver's Introduction

Abstract :

In this project, we solve one of Arkose Labs hard captcha images with an accuracy of about 85% without using advanced artificial intelligence (AI) libraries and simply by building a very simple and basic AI. (For Research Purposes Only)

Process :

To solve the maze, first we divide the image into 6 parts, and each part is sent separately for solution, then using the "ImageCleanerANDFindTargets" function from the "ImageHelper" class, we first remove the image noises, then we change the color of the image to black and white (wall in black and the background in white (then using the original photo, find the density of gray and yellow pixels (which includes our two targets, mouse and cheese). By removing the noise pixels, we find the center of both targets and then mark them with red and blue colors. Then, by sending the obtained photo to the "MazeSolver" class (which uses the Breadth-first search algorithm to solve the maze) and giving black colors to detect the wall and, red and blue colors to detect the start and end of the maze, it finds the path and finally, the image will be solved by drawing the path found using a linkedlist. At the end, the 6 parts of the image that were separated are connected again.

Example :

Example image

arkose-maze-solver's People

Contributors

ahrzeroday avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.