Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 568 Bytes

MLKitTest

This is the code repository for the blog ML Kit on iOS and how it performs against CoreML

It is an example of how to use ML Kit in iOS and includes a comparison with CoreML.

How to run

To run it, open a shell and run:

pod install

You will need to create a project on Firebase, download its GoogleService-Info.plist and save it in the root folder of the project. You will have to change the bundle identifier of the project to match the bundle identifier you specified in Firebase.