A program that I made using CoreML that will allows you to recognize items using machine learning libraries. It originally started out as an object recognizer to test out the capabilities of the VGG16 model paired with CoreML, but became a hamburger recognizer when my friend asked me if I could make one.
You need to download the Core ML model from this link. The library is the VGG16 Machine Learning library. You need to add the file to the Xcode project. Make sure it is added as a target or else it will not work. You need to use Xcode 9+ and iOS 11 in order to run this code properly
The VGG16 Machine Learning Library is licensed under the MIT License.