GeeTest v4 CAPTCHA solver using YOLO + template matching
Project description
GeeTest Solver
Python library for solving GeeTest v4 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
- 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.0.tar.gz
(2.8 kB
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.0.tar.gz.
File metadata
- Download URL: geetest_solver-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9b6a9b683a2bfab41b1913e46103c39ab73e67293c6d0cab5b2d0b70e1bd0ad
|
|
| MD5 |
341051dee8e152b5390501f3927d3393
|
|
| BLAKE2b-256 |
b162eddbbb48577937f96a2ef515e9671074d9e0f53fb41ef22f6cfd77d97127
|
File details
Details for the file geetest_solver-1.0.0-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
da33896ed4c243b77b4cda97aef95e6ac03e66521b9a64d818cdb43548c0f4d8
|
|
| MD5 |
c83ba209ff99c2c9d4f8f7bfc2cff132
|
|
| BLAKE2b-256 |
384e788f1bb910fc13eefbe31cf3a45e81d60262d8d060cfc752cd0fdcaf0e75
|