kawgh1 / what-flower

Machine Learning App that uses a Flower Recognition Model to tell user what flower a picture is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what-flower

gif

Machine Learning App that uses a Flower Recognition Model to tell user what flower a picture is

Dev Notes

  • Install Alamofire and SwiftyJSON to app

    • In the root project folder, run pod init
    • open the podfile running open Podfile -a Xcode
    • keep use_frameworks!
    • add pod 'Alamofire', '~> 4.4'
    • add pod SwiftyJSON
    • close the pod file and go back to terminal root project folder
    • run pod install to install Alamofire and SwiftyJSON
  • Install SDWebImage to app

About

Machine Learning App that uses a Flower Recognition Model to tell user what flower a picture is


Languages

Language:Swift 96.6%Language:Ruby 3.4%