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.2.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.2.tar.gz.
File metadata
- Download URL: geetest_solver-1.0.2.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 |
da3a15f7958ee4167ea13ce33ab208abc92f3c86d0d17be253a153097efe5ff1
|
|
| MD5 |
76d183604d3edcc114c10357b6c4e647
|
|
| BLAKE2b-256 |
e789e19b778db8e36ace0961e5084d4a59327448479de9f8051306d576bf152c
|
File details
Details for the file geetest_solver-1.0.2-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.2-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 |
7608ed0cf21ae41318d8c89412b07e0455c2ba4a04cf6854a50bc1806165e485
|
|
| MD5 |
c3b106842e3c9100e8bf377db7abb775
|
|
| BLAKE2b-256 |
d6488ae77e34380b16bb2d7c080479deb871fcd335d7548405ae0ae6a44fa857
|