Skip to main content

Cognitive assessment and visual scoring powered by LLMs

Project description

cat-cog

Cognitive assessment and visual scoring powered by LLMs.

cat-cog provides LLM-powered evaluation of hand-drawn images for neuropsychological testing. It builds on cat-stack, the shared classification engine for the CatLLM ecosystem.

Installation

pip install cat-cog

This automatically installs cat-stack (the LLM classification engine).

CERAD Constructional Praxis Scoring

Score hand-drawn shapes (circle, diamond, overlapping rectangles, cube) using LLM vision models. The function sends images to the LLM, classifies drawing features, then applies CERAD scoring rules.

from cat_cog import cerad_drawn_score

# Score circle drawings (max score: 2)
results = cerad_drawn_score(
    shape="circle",
    image_input="./circle_drawings/",
    api_key=OPENAI_KEY,
    user_model="gpt-4o",
)
print(results[["image_file", "score"]])

Supported shapes

Shape Max Score Features Assessed
circle 2 Closure, circularity
diamond 3 4 sides, equal sides, resemblance
rectangles 2 Overlap, crossing pattern
cube 4 Front face, internal lines, parallel faces, 3D quality

Using with multiple models

All cat_stack.classify() parameters are available via **kwargs:

results = cerad_drawn_score(
    shape="cube",
    image_input="./cube_drawings/",
    api_key=OPENAI_KEY,
    models=[
        ("gpt-4o", "openai", OPENAI_KEY),
        ("claude-sonnet-4-20250514", "anthropic", ANTHROPIC_KEY),
    ],
)

Future

  • Fine-tuned vision models for shape quality assessment (circle classifier, etc.)
  • Additional cognitive screening instruments (clock drawing tests, etc.)

Ecosystem

Package Domain
cat-stack General-purpose classification engine (base)
cat-cog Cognitive assessment & visual scoring (this package)
cat-survey Survey response classification
cat-vader Social media text
cat-ademic Academic papers & PDFs
cat-pol Political text

License

GPL-3.0-or-later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

cat_cog-0.2.0-py3-none-any.whl (18.2 kB view details)

Uploaded Python 3

File details

Details for the file cat_cog-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: cat_cog-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 18.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for cat_cog-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0688ae255b918bff61829690c8eae6c5319b3d55c1c281b1c635330e3dcd3f3a
MD5 cef95b1939864231ac8f1e51d9498b9b
BLAKE2b-256 b4c251bead68a1f6600c4068d3ad06e816509ce84c836233ea7632f3b92e9ff3

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