An iOS application that recognizes the type of pizza and its ingredients, and based on this data, generates a recipe and offers a general recipe for this pizza.
Two models were trained to create the app: Image classification and Multi-Label image classification. The first model recognizes what kind of pizza it is, and the second recognizes the ingredients on it.
- SwiftUI
- CoreML
- Recognize 8 types of pizza from a photo from the gallery/camera
- Recognizes 13 types of ingredients on pizza
- Save recipes
- Search for pizza recipes by name
- Support for dark theme