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.3.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.3.tar.gz.
File metadata
- Download URL: geetest_solver-1.0.3.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 |
f3f53fc0ae4e701c5e5e4a003157ed5501e8967bf5f527444625e961dd93b177
|
|
| MD5 |
7d7b8f385e190a32ec5cb6baf7fd4de1
|
|
| BLAKE2b-256 |
c4ea94c37126e3ffb49e9ca19fd2302edcb634a1ee816daf1157550191f304a3
|
File details
Details for the file geetest_solver-1.0.3-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.3-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 |
df065b99280f3aec691ea900a8323de494bf9c5dc54bd7a8448a025ef8baa4c8
|
|
| MD5 |
f9b23419a27fd3c579a80f9864da77af
|
|
| BLAKE2b-256 |
c6ba8fafe1d6a9e1724a3ca07682d3f99fb5e090b33f36dd8e182316ff45a575
|