/meangirls-video-analysis-llama-3.2v

Get compliments in the style of Regina George via analyzing video in a @CloudflareDev Worker by breaking it into frames and sending a frame every x seconds to Llama🦙 3.2 Vision hosted on Workers AI!

Primary LanguageHTML

This app analyzes your webcam video using the new multimodal LLaMA-3.2 Vision hosted on Cloudflare Workers AI in a Cloudflare Worker web app by capturing frames and providing compliments about the frame every 30 seconds in the style of Karen Smith! You can see more models hosted on Cloudflare here. (Beta models are free to run inference on on Cloudflare!)

Test it out yourself in the browser here.

To run the code--clone the repo and run the following:

npm install
npm run dev

To deploy:

npm run deploy