Quickstart#
Follow these steps to get up and running:
Clone the repository:
git clone "git@github.com:TRU-CS/COMP_4910.git"
Create and activate a Python virtual environment:
python3 -m venv .venv source .venv/bin/activate
Install dependencies:
pip3 install -r requirements.txt
Add your PDF files to the
pdf_files/directory.Run the agent to process and convert files (see Usage Guide).
Build the Jupyter Book:
jupyter-book build myTextbook/
Preview the output in
myTextbook/_build/html/.