Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 820 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 820 Bytes

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: