Strava Judge is a web application that analyzes workout images using the new multimodal LLaMA-3.2 Vision hosted on Cloudflare Workers AI in a Cloudflare Worker web app to provide personalized fitness advice and commentary! 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