Can AI predict your astrology sign based on a selfie? See if it can and get a corresponding prediction here in a Cloudflare Worker web app using Cloudflare Workers AI. 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