Skip to content

Solve Google ReCaptcha V2 using YoloV5 finetuned version

License

Notifications You must be signed in to change notification settings

Fer010/Google-ReCaptcha-V2-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-ReCaptcha-V2-Solver

Google ReCaptcha-V2 Solver

This repository provides a way for you to solve the Google ReCaptcha V2 using Yolov5 Object Detection.

How to Use

  • Install Python (Tested on version 3.10.x)
  • Clone the repo into your local machine.
  • Download the finetuned yolov5 checkpoint from Google Drive.
  • Install the dependices by running pip install -r requirements.txt in the terminal of the directory of the project.
  • Watch the tutorial on how to use the recaptcha solve on Youtube

I have added an example.py file in the repo that use the model to solve the recaptcha on Google ReCaptcha Demo. To run that you must first install:

  1. Google Chrome/Google Chrome Beta (recommended)
  2. ChromeDriver. Note: You must downlaod the chromedriver for the version of chrome/chrome beta you installed.

You can now run the example.py file to see the bot in action after following all the steps on how to use.

Dataset

I manually curated a dataset for finetuning yolov5 which was a very tedious work. I needed to label objects in images etc. If you need access to the dataset and notebooks used to finetune yolo do get in contact with me through issues. Also this project is still under work. Incase anyone wanna contribute with this you can open an issue and I'll get back to you as soon as possible.

Support

If you like my work, kindly support me by Buying me a coffee.
If you can't thats fine too. You can also support me by starring this repo.

About

Solve Google ReCaptcha V2 using YoloV5 finetuned version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages