This is a submission for the Cloudflare AI Challenge.
What I Built
I built an AI-powered cooking assistant called Ai-Chief. Ai-Chief helps users discover recipes, provides ingredient lists, and calculates the approximate calorie content of dishes. Users can simply upload the image of a dish, and Ai-Chief will generate step-by-step instructions on how to prepare it, list all the required ingredients, and provide calories informations.
Demo
My Code
Journey
In developing Ai-Chief, I utilized Cloudflare APIs to interact with AI models for recipe retrieval and calorie calculation. I also used Flask to build this project. I'm particularly proud of how seamlessly Ai-Chief provides cooking assistance to users based on their input
Multiple Models and/or Triple Task Types
Type | Model Name |
---|---|
Image-to-Text | uform-gen2-qwen-500m |
Summarization | bart-large-cnn |
Text Generation | openchat-3.5-0106 |
Translation | m2m100-1.2b |
Top comments (0)