Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmalyi/7d4c3e97493b1b5a649d32b158821b52 to your computer and use it in GitHub Desktop.
Save vmalyi/7d4c3e97493b1b5a649d32b158821b52 to your computer and use it in GitHub Desktop.
Run or Walk (Part 4): Import Keras Neural Network to iOS app with Core ML
class PredictionViewController: UIViewController,
...
try! Classifier().makePrediction(inputData) == 0 ? showWalkImage() : showRunImage()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment