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.2.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-0.1.2.tar.gz.
File metadata
- Download URL: capx_core-0.1.2.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 |
8acac7b49f92da0ff37b8c29015d5d43f7fb129fc7d15b7ebd9f8854de92d927
|
|
| MD5 |
99600d651804ea2643cceeb010005ab6
|
|
| BLAKE2b-256 |
987e8ca0faadee002d2180d39454e15e72427b1f0273d969d634941a818c3864
|
File details
Details for the file capx_core-0.1.2-py3-none-any.whl.
File metadata
- Download URL: capx_core-0.1.2-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 |
f3e6ce2ab855aba22810ba752a7dc6779fb21a799fcd14dc3862c6dad76e92e9
|
|
| MD5 |
a375a6a56b3128466b673b122268b7d6
|
|
| BLAKE2b-256 |
b6e40019cd3da7985a5781a374129f315222c116c7994863d1f7e77a44d30731
|