clover-ai
v0.5.0
Published
Add AI capabilities to Clover IIIF
Readme
Clover AI
Add AI capabilities to Clover-IIIF using any LLM provider.
https://github.com/user-attachments/assets/998161f6-c07d-4b1b-8028-165a971e9d41
🚀 Quick start
Visit the docs site to learn more about Clover AI and get started.
🛠️ Develop
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>"Docs
Read the docs
