
This repository provides a way for you to solve the Google ReCaptcha V2 using Yolov5 Object Detection.
- 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.txtin 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:
- Google Chrome/Google Chrome Beta (recommended)
- 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.
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.
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.