/WhatFlower

An iOS app to identify the flower captured using camera and display info about it.

Primary LanguageSwift

WhatFlower

An iOS app to identify the flower captured using camera and display info about it. It uses Oxford's flower detection caffe model. First caffe model was converted to mlmodel by installing coremltools in python and running the python script. The resulting mlmodel is used in the iOS app. After flower detection, the information related to it is fetched using wikipedia api and also the wikipedia image of that flower is displayed using SDWebImage pod.

Main screen of app:

Image captured using camera:

Detected flower's info and image fetched from wikipedia: