项目作者: shubham101096

项目描述 :
An iOS app to identify the flower captured using camera and display info about it.
高级语言: Swift
项目地址: git://github.com/shubham101096/WhatFlower.git
创建时间: 2021-07-04T04:38:54Z
项目社区:https://github.com/shubham101096/WhatFlower

开源协议:

下载


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: