Code Monkey home page Code Monkey logo

captcha-solver's Introduction

Out of the box captcha solver

In this tutorial we are grabbing all symbols from CAPTCHA, checking order of symbols, detection accuracy and overlappings. We use all these components to write final working out of the box CAPTCHA solver.

This is only the final code, if you would like to learn how to use this code to solve CAPTCHAS visit my website: http://pylessons.com. Also there is detailed explanation how to train your own model.

If you downloaded these files, what you will need to do first is extract CAPTCHA_frozen_inference_graph.7z in local directory. I added this file to 7zip because it was too large to upload it to github, so I ziped them as 2 files.

After this open CAPTCHA_object_detection.py file and check if you have all imported libraries to run this model.

After that, open main_.py file and you can try to solve my examples.

If you have questions, you can find solutions on my text version tutorials, but if you still have questions write your comment under my YouTube video tutorial.

captcha-solver's People

Contributors

pythonlessons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

captcha-solver's Issues

Versions of modules

Could you inform the versions of the modules used? As it was posted a long time ago, there are updated modules that are no longer compatible with the code, for example object_detection:

Traceback (most recent call last):
File "train.py", line 55, in
from object_detection.utils import config_util
File "C: \ Users \ gabri \ .conda \ envs \ py36 \ lib \ site-packages \ object_detection \ utils \ config_util.py", line 24, in
from object_detection.protos import eval_pb2
ImportError: cannot import name 'eval_pb2'

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.