PAIDEIA
Personalized exam prep from your own course materials
All Skills in This Repository (6)
Pure Emerald Level Indicatorsalt-import
Parse Exam Radar exports and merge lecture-emphasis signals into PAIDEIA course metadata.
Convert PDF documents into editable markdown with OCR and manipulation workflows.
answer-processing
Convert handwritten answer PDFs to markdown and grade against reference solutions.
course-builder
Convert course materials into markdown transcripts and analysis files.
vision-ocr
Convert handwritten and scanned PDFs into markdown with OCR engines.
exam-drill
Generate exam-focused drills from analyzed math and physics course materials.
Frequently Asked Questions
FAQPage SchemaHow to install PAIDEIA?โผ
Run `npx skills add OPTIMETA/PAIDEIA --all -g -y` in your terminal to install all skills in this suite globally.
How does PAIDEIA personalize exam prep?โผ
It analyzes your own lecture notes, homework, and solutions to extract recurring solution patterns and rank topics by homework density, which signals exam probability. Every drill and cheatsheet is built from your course, not a generic syllabus.
Can PAIDEIA grade handwritten answers?โผ
Yes. Scan your written work as a PDF and the vision OCR pipeline transcribes it to markdown, then grades it against reference solutions using strategy-level comparison rather than exact algebra.
Does PAIDEIA work offline or keep data private?โผ
All study artifacts live as plain markdown files on your disk. You can optionally route OCR through a local Qwen3-VL model via Ollama so handwritten PDFs never leave your machine.
Which subjects does PAIDEIA support?โผ
It is domain-general across math, physics, and engineering courses such as calculus, linear algebra, classical mechanics, electromagnetism, and quantum mechanics.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides