Skip to content

nikan1996/yolov5-recaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv5-ReCaptcha

A proof of concept Recaptcha solver using YOLOv5. This tutorial shows that with a better trained object detection weight file, ReCaptcha can be easily solved.

Installation

Install requirements and download pretrained weights:

$ pip3 install -r ./docs/requirements.txt

Quick start

In this part, we will use pretrained weights to make predictions on ReCaptcha.

$ python image_demo.py

find find2

TODO:

  • Click images using their pixel positions after finding objects and click VERIFY.
  • Using NLP to find relation between "find buses" -> "bus" etc.
  • Solve multiple screens such as "skip" or "until no objects left".

Credits:

Ozankaraali

About

Solve Recaptcha with YOLOv5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages