Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 950 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 950 Bytes

Food-Diary

Introduction

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.

|Home |Home Empty |Eaten food selection |Add to diary

Requirements

Food-Diary is written with Swift 3 and is compatible with iOS 11

Installation

Run pod install to install Alamofire.

Roadmap

  • Apply MVVM
  • Apply Data Binding
  • Persistent storage of diary entries
  • Change weight and calories goal

License

Food-Diary is available under the MIT license. See the LICENSE file for more info.