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 catcog 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 catstack.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 Distribution

cat_cog-0.2.1.tar.gz (17.2 kB view details)

Uploaded Source

Built Distribution

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

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

Uploaded Python 3

File details

Details for the file cat_cog-0.2.1.tar.gz.

File metadata

  • Download URL: cat_cog-0.2.1.tar.gz
  • Upload date:
  • Size: 17.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.14

File hashes

Hashes for cat_cog-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3499539454b397fe7f99e6f846ca2dffc7ea2a6d47d97624a9244d43b89c63ee
MD5 a105a6fd24e76abd3dd2510db54ae283
BLAKE2b-256 fc6f1d826773490e329193add0a0f3e9dfcc8a4747c41d59dc05a3823dcbf546

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for cat_cog-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ce0ad63e24c84f77bac5aa24b3eec526a83afeaaf01955ab0511b14f098eb776
MD5 6f6f751da7f7c1eb98d6a54e4328bf57
BLAKE2b-256 49114e2d272d9dcb5bf8e5bba2c35df114a8e0cadd742f5718d0f68e82cc6b9e

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