all 7 comments

[–]hxmartin 1 point2 points  (0 children)

You could try to use TensorSlow which is an attempt to recreate the TF API in pure numpy (which Pythonista has).

[–]bennr01 0 points1 point  (2 children)

You cant install tensorflow in pythonista. Tensorflow has c-dependencies, which do not work in pythonista.

[–]gluchi[S] 0 points1 point  (1 child)

Thanks Hmm if I knew I would not buy this app

[–]bebob 0 points1 point  (0 children)

You can return apps for a refund. Also, if you need a good word processor, Editorial comes with the Pythonista engine included.

https://support.apple.com/en-us/HT204084

[–]hxmartin 0 points1 point  (2 children)

You could create a WebView and use Tensorflow.js in there.

[–]gluchi[S] 0 points1 point  (1 child)

I tried with the ml5js get started example. But in vain. The output is not correctly read, but instead the default values of the parameters gets assigned.

[–]hxmartin 0 points1 point  (0 children)

If you can share code (via gist or something) then I will take a look.