Uses iOS 11 and Apple's CoreML to add nutrition data to your food diary based on pictures. CoreML is used for the image recognition (Inceptionv3). Alamofire (with CocoaPods) is used for REST requests against the Nutritionix-API for nutrition data.
Food-Diary is written with Swift 3 and is compatible with iOS 11
Run pod install
to install Alamofire.
- Apply MVVM
- Apply Data Binding
- Persistent storage of diary entries
- Change weight and calories goal
Food-Diary is available under the MIT license. See the LICENSE file for more info.