Skip to content

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

Notifications You must be signed in to change notification settings

kawgh1/what-flower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published