- This is a documentation of Running Pose Estimation on your iOS device e.g. iPhone or iPad using Pythonista 3.
- If you buy app Pythonista 3, you can try python script with pre installed NumPy, Matplotlib or PIL and so on.
- Can we install Deep Learning framework ? Yes, you can get Chainer 4.2.0 via StaSh (Pythonista Shell) :
pip install chainer=4.2.0
- You can train easy script like MNIST.
- You can also call camera API and then process image with your pretrained model.