I've used CloudFlare Pages to publish my little AI demos after the incident with Google versus GitHub Pages:
π LLMs in the browser (using ONNX Transformers.JS)
https://onnxtransformersjs.pages.dev/
π AI PDF Reader (a mini-RAG implementation using local parsing of PDF and LLMs) https://ai-pdf-reader-h02.pages.dev/
πNEW: demo of YOLO v8 tinygrad using WebGPU https://my-tinygrad-yolo-demo.pages.dev/
The last one is a demo/experimentation of object detection in video/image in the browser using a small computer vision model running locally. It runs even on cell phones with some glitches depending on the browser.
I wonder if we could use this with Field Service Lightning since Salesforce has retired Einstein Vision and Language last year.
