Add AI capabilities to Clover-IIIF using any LLM provider.
clover-ai-example.mp4
Visit the docs site to learn more about Clover AI and get started.
To get started locally, ensure your running the correct version of node in the .nvmrc
node -vThen:
git clone https://github.com/charlesLoder/clover-ai
cd clover-ai
npm i
npm run devThis will spin up a Vite server at http://localhost:3000/
To change which manifest is used, add the following to your session:
export VITE_IIIF_URL="<MANIFEST_URL>"Read the docs