Back to LinkedIn posts

LinkedIn post 93

I've used CloudFlare Pages to publish my little AI demos after the incident with Go...

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.

I've used CloudFlare Pages to publish my little AI demos after the incident with Go...