Skip to content

vraj6198/Machine-Learning-with-SwiftUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Install Project

Install Cocoapods

sudo gem install cocoapods

Create podfile

pod init

Now, Open Podfile

open -a Xcode podfile

Install pod

pod install

ML Kit libraries in podfile

  pod 'Firebase/Core'
  pod 'GoogleMLKit/ImageLabelingAutoML'
  pod 'GoogleMLKit/LinkFirebase'

import Firebase and MLKit in Project File

import Firebase
import MLKit

About

Implementing Machine Learning with SwiftUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published