Documentation site for the Exquisitor Live Services Engine (LSE), a Python/FastAPI backend for multimedia search powered by CLIP, SVM relevance feedback, and faceted filtering.
The site is built with Eleventy (11ty), Basecoat, and Tailwind CSS using the ReallySimpleDocs template.
Published at: https://docs.exquisitor.org
npm install
npm run devThe site will be served at http://localhost:8080 with live reload.
npm run buildOutput goes to _site/.
docs/ Markdown source files (content)
_includes/ Eleventy layout templates
_data/ Global site data (site.json)
assets/ Static assets (CSS, JS)
src/css/ Tailwind CSS entry point
See CONTRIBUTING.md.
Documentation content is licensed under Creative Commons Attribution-ShareAlike 4.0 International.