A prototype service designed to make it easy to analyze and interrogate architectural design documents.
brew install ollama python3python3 -m venv .venv
source .venv/bin/activatepython3 -m pip install -r requirements.txtbrew services start ollama
ollama pull llama3.2-visionpython3 index.py --pdf <PDF filename> --page <page number> [--model llama3.2-vision]python3 -m venv .venv
source .venv/bin/activatepython3 -m pip install -r requirements-dev.txttox run