Skip to content

wispy316/WeexMachineLearning

Repository files navigation

WeexMachineLearning

Weex modules for machine learning based on TensorFlow in Android. Thanks for AndroidTensorFlowMachineLearningExample .

Requirements

  • Android Studio
  • Android 14+

Demo

  1. Git clone this repo and import into Android Studio, then click run
  2. Download this APK and install
  3. The demo VUE js-bundle is here

Modules

imageRecognition

let imageRecognition = weex.requireModule('imageRecognition')
imageRecognition.predictWithImage(this.$refs.image.ref, (results)=>{
  this.results = results;  // contains key result, data
})

Screenshot1

Screenshot2

Look, it is a little more precise than me. I thought screenshot2 was a leopard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages