Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 998 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 998 Bytes

DepthCalorieCam

How to

Develop

  1. Clone this repository.
    $ git clone [email protected]:andooown/depth-calorie-cam.git
    
  2. Download CoreML model files from here and put them into DepthCalorieCam/Estimations/Classification and DepthCalorieCam/Estimations/Segmentation.
  3. Install required gems via bundler.
    $ bundle install --path vendor/bundle
    

Develop and Publish

Note: To publish on App Store with fastlane, You need permission for depth-calorie-cam-fastlane repository.

  1. Clone this repository with publish information.
    $ git clone --recursive [email protected]:andooown/depth-calorie-cam.git
    
  2. Install required gems via bundler.
    $ bundle install --path vendor/bundle
    
  3. Run "release" lane to publish.
    $ bundle exec fastlane release