Metadata-Version: 2.4
Name: zetaq-edu-diff-engine
Version: 0.1.0
Summary: AI-driven dynamic difficulty question generator with static+dynamic rubrics and 4D skill vectors
Author-email: Nilanjan Panda <nilanjan.phy@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/nilparadox/diff_engine
Project-URL: repository, https://github.com/nilparadox/diff_engine
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pdfplumber
Requires-Dist: tqdm
Requires-Dist: pydantic
Requires-Dist: pdfminer.six
Requires-Dist: groq
Requires-Dist: openai

# edu_diff_engine

Interactive CLI tool + library to generate difficulty- and skill-controlled questions from PDFs using LLMs.

Usage (from project root, venv active):

    python -m edu_diff_engine

You will be prompted for:
- PDF path
- Groq API key (dynamic rubric)
- OpenAI API key (questions)
- Difficulty level (1–5)
- 4 skill sliders: memory, reasoning, numerical, language (0–1, blank = auto)

