Core AI engine for solving reCAPTCHA image challenges
Project description
capx-core
Core AI engine for solving reCAPTCHA v2 image challenges.
Install
pip install capx-core
Quick example
from capx_core.detector import detect_cells
import numpy as np
# image as numpy array (H, W, 3)
image = np.zeros((300, 300, 3), dtype=np.uint8)
cells = detect_cells(
image=image,
grid="3x3", # "3x3" or "4x4"
target_text="cars"
)
print(cells) # e.g. [1, 3, 7]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
capx_core-0.1.1.tar.gz
(4.6 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 capx_core-0.1.1.tar.gz.
File metadata
- Download URL: capx_core-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b791e89c9eed3f9f807dd20cf180402ffae0628447595dda81ccd1118da32026
|
|
| MD5 |
b89f351faa94cfefac88debebec3e326
|
|
| BLAKE2b-256 |
31b3f20ac90b907f18216726910ea74c4ba6c81d4ca9eca68add40830e47af36
|
File details
Details for the file capx_core-0.1.1-py3-none-any.whl.
File metadata
- Download URL: capx_core-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85345ece332c7ee6d5fa4b7defaec6fda23a6f7590d7f2c75a07080824a7f4dc
|
|
| MD5 |
7a2fc67a9e9df0200fefb56b288a18e0
|
|
| BLAKE2b-256 |
c658e17bbc2e0a6ec2ce2de91f9e58b368ce56172a3ad2d92170ccd3da76c160
|