watson-developer-cloud / visual-recognition-coreml

Classify images offline using Watson Visual Recognition and Core ML
Apache License 2.0
490 stars 77 forks source link

Cocoapods Migration #42

Closed christiancompton closed 5 years ago

christiancompton commented 5 years ago

These changes migrate the Custom Core ML model to use Cocoapods instead of Carthage. This reduces project bloat, as only the Visual Recognition framework needs to be installed as opposed to the entire Watson SDK. This also makes the project consistent with all other Watson starters and patterns on the Apple Console.

devinaconley commented 5 years ago

I like the move, but definitely want to hold off on merging.

This will break a lot of active labs and walkthroughs, so need to make sure we coordinate with everyone affected.

christiancompton commented 5 years ago

@devinaconley If anyone is resistant to this change, remind them how much time they'll get back in their labs when they don't have to wait for Carthage to download the entire SDK 😛

christiancompton commented 5 years ago

What is the outlook on getting the coordination we need?

christiancompton commented 5 years ago

@devinaconley How about now?