Multimodal item feature extraction for K-12 math assessment
Project description
Multimodal item feature extraction for K-12 math assessment. Analyze readability with math-aware normalization via textstat and NLTK, classify math content by Common Core State Standards for Mathematics domain, estimate cognitive load components, extract visual complexity features from images using OpenCV and Pillow, and perform multimodal optical character recognition (OCR) through Gemini and OpenAI vision APIs.
Installation
pip install mathipy
With optional dependencies:
pip install mathipy[nlp] # readability (textstat, nltk)
pip install mathipy[vision] # visual analysis (opencv, pillow)
pip install mathipy[ocr] # OCR via vision LLMs (httpx)
pip install mathipy[documents] # document parsing (python-docx, pdfplumber)
pip install mathipy[all] # all features
From GitHub:
pip install git+https://github.com/mshin77/mathipy.git[all]
Getting Started
See Quick Start and Analyzing Math Items for tutorials.
Citation
- Shin, M. (2026). mathipy: Multimodal item feature extraction for K-12 math assessment (Python package version 0.1.2) [Computer software]. https://github.com/mshin77/mathipy
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
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 mathipy-0.1.2.tar.gz.
File metadata
- Download URL: mathipy-0.1.2.tar.gz
- Upload date:
- Size: 372.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27d28b75790f38a9dd2471a4892d18c85ed75756db3c3f943c01d93fd88ff6a3
|
|
| MD5 |
67057a1d6bfb3f8b967ac275b7d438a8
|
|
| BLAKE2b-256 |
81c504caf4dbe81ad1486d8a1b9a907134dbbe2221f3c8c0060d698ef085c4fd
|
File details
Details for the file mathipy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mathipy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 361.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9bc51c01ef776a49919c1a70fe081b8de88898885d7b755e9a4062a68216dd3
|
|
| MD5 |
c53fbd77f023557d0ba54350f54258b8
|
|
| BLAKE2b-256 |
5e5a4a560d2fc40905be0408effcdfa64253a47486bccbf5a6e0d35afdc52bd1
|