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.4.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.4.tar.gz.
File metadata
- Download URL: geetest_solver-1.0.4.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 |
143231d8cf348499be79d5032e8a2abc3fcdf66ca07a9a7a53178921a3ae22e8
|
|
| MD5 |
bfdb8a9ba7d22cbd90bd20af5356dbb4
|
|
| BLAKE2b-256 |
7e3b4ceb6dc24dace08ff9aca307ed766715cc1ebaa692158b5582ba6b3f6d63
|
File details
Details for the file geetest_solver-1.0.4-py3-none-any.whl.
File metadata
- Download URL: geetest_solver-1.0.4-py3-none-any.whl
- Upload date:
- Size: 13.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502c7c5bb864e4be9821291dc3f7c59c50d6398db34131484c6c025310618a31
|
|
| MD5 |
bf68ded881dbcb208508962df31770fd
|
|
| BLAKE2b-256 |
3b99c9fc53eb5b9f548ad355a85d26e9b54f861341affd98db677735e97ece26
|