Add AI capabilities to Clover-IIIF using any LLM provider.
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 -v
Then:
git clone https://github.com/charlesLoder/clover-ai
cd clover-ai
npm i
npm run dev
This 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