Skip to content

Personalizations for Associative Learning on Textbooks

Notifications You must be signed in to change notification settings

xyntechx/PAL.txt

Repository files navigation

PAL.txt

Personalizations for Associative Learning on Textbooks

Setup

Create virtual env

python -m venv .venv

Install packages

pip install --upgrade pip wheel
pip install -r requirements.txt

Usage

Generate personalized chapter(s)

python gen.py -c path/to/original_chapter.md -i "<user interest>" -s "<strategy>"

Evaluate/compare personalized chapters

python eval.py -a path/to/final_draft_one.md -b path/to/final_draft_two.md -i "user interest"

About

Personalizations for Associative Learning on Textbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages