Skip to main content

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.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capx_core-1.0.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file capx_core-1.0.1.tar.gz.

File metadata

  • Download URL: capx_core-1.0.1.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

Hashes for capx_core-1.0.1.tar.gz
Algorithm Hash digest
SHA256 276338d4bbab3f44ab24bd6375e91ef0aaf0f6ea496391e7071473f85ebd40bf
MD5 f15ca13ff12344fb6d52ea69f5aa182c
BLAKE2b-256 f3d25ce8de47c2d60c7e0c35c0edf8d50025a8e440423457ab300e72dc42c549

See more details on using hashes here.

File details

Details for the file capx_core-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: capx_core-1.0.1-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

Hashes for capx_core-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 af2b57525149348ad595639a1bea933550f5b34b78d75be55ccdfd841969cc9e
MD5 d3516723af2595a76b227963e6579483
BLAKE2b-256 e92d2020b566a13b0072229e4522610e95109c649a495e7f2db6cf432729cc75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page