iOS app that recognizes flowers. Take a pic or choose one from the gallery and the app will give the name and a short description of that specific flower.
Phases:
- Take image (From gallery or camera)
- CoreML image recognition gives the name of the flower
- Uses Wikipedia API to get image and description of the name recognized by the CoreML model
- Present the result
Concepts:
- CoreML
- Pretrained models
- Image recognition
- Wikipedia API