Skip to content

andooown/depth-calorie-cam

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published