GeeTest v4 ICON CAPTCHA solver using YOLO + template matching
Project description
GeeTest ICON Solver
Python library for solving GeeTest v4 ICON CAPTCHA using YOLO object detection and template matching.
Installation
pip install geetest-solver
Usage
from captcha_solver import solve_captcha
# Basic usage
seccode = solve_captcha(captcha_id="your_captcha_id")
# With proxy
proxies = {
'http': 'http://proxy.example.com:8080',
'https': 'http://proxy.example.com:8080'
}
seccode = solve_captcha(captcha_id="your_captcha_id", proxies=proxies)
Features
- YOLO-based object detection for ICON captchas
- Template matching for icon recognition
- Automatic retry on failure
- Proxy support
- High success rate
Requirements
- Python 3.8+
- CUDA (optional, for GPU acceleration)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geetest_solver-1.0.1.tar.gz
(13.2 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geetest_solver-1.0.1.tar.gz.
File metadata
- Download URL: geetest_solver-1.0.1.tar.gz
- Upload date:
- Size: 13.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
375828f5b93d7e7d8dfc06afc9644d5190157dbc2e249ad27bee867d8022de91
|
|
| MD5 |
83ae69308c90052fc315e1bacbd480ea
|
|
| BLAKE2b-256 |
ab5fb37618a637949bd167479a1bc43e5566461b623f2a22f385876befaf06e0
|
File details
Details for the file geetest_solver-1.0.1-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8432a7b60badad5298fcc0b06cbf54b726c2460a30940b5d16b458eb9f6b811f
|
|
| MD5 |
2cbaa3087e7760695640c3d3251c933a
|
|
| BLAKE2b-256 |
adf125c85af05c7413fb72fa1681480b27047aa44b6fc77db017d3c6e8aae80d
|