- Clone this repository.
$ git clone [email protected]:andooown/depth-calorie-cam.git
- Download CoreML model files from here and put them into
DepthCalorieCam/Estimations/Classification
andDepthCalorieCam/Estimations/Segmentation
. - Install required gems via bundler.
$ bundle install --path vendor/bundle
Note: To publish on App Store with fastlane, You need permission for depth-calorie-cam-fastlane repository.
- Clone this repository with publish information.
$ git clone --recursive [email protected]:andooown/depth-calorie-cam.git
- Install required gems via bundler.
$ bundle install --path vendor/bundle
- Run "release" lane to publish.
$ bundle exec fastlane release