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-1.0.0.tar.gz
(5.4 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-1.0.0.tar.gz.
File metadata
- Download URL: capx_core-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3d36bcae4bfab8e113ad5e2f49b04b39bf060f40aa5de1c22c950e940ea0de2
|
|
| MD5 |
cb68fa00e1935a8dde4902e9d493478a
|
|
| BLAKE2b-256 |
575bdbe9ebee4cc5a11189e27501694b09b65835288f35b7bff4c5666264eba1
|
File details
Details for the file capx_core-1.0.0-py3-none-any.whl.
File metadata
- Download URL: capx_core-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
51bc2ba3248e38f97e3822a5248d08dfefeb0eb1bc829009aa73e8d6b3eb9fb7
|
|
| MD5 |
d4bcc5c5e27d6544f56ebd5dbd9f27b0
|
|
| BLAKE2b-256 |
496a106e05333a9344a9b97e87eec941f0b208741ca6338565694bec8d598964
|