From 1d02702a462dd61a578f169cc47db521de8cd2c8 Mon Sep 17 00:00:00 2001 From: Ashwin Aishvarya Vardhan Date: Sun, 7 Apr 2019 14:48:18 +0530 Subject: [PATCH] added info on deep learning in android and web (#30188) Resources on how to incorporate pre-trained models on android as well as web apps. --- guide/english/machine-learning/deep-learning/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/machine-learning/deep-learning/index.md b/guide/english/machine-learning/deep-learning/index.md index f833572c34..7ddbfba109 100644 --- a/guide/english/machine-learning/deep-learning/index.md +++ b/guide/english/machine-learning/deep-learning/index.md @@ -42,6 +42,10 @@ These days there are a variety of deep learning frameworks that allow you specif * Gluon * Theano +### Deep learning in Android & Web +We can now add our pretrained model in our android application and perform classification in real-time. Similarly, we can create REST APIs using Flask/Django and add our pretrained model there as well. +* [Flask with PyTorch](https://github.com/WenmuZhou/flask_pytorch) +* [Tensorflow with Android](https://github.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample) ### Courses: * Deep Learning Course Part 1 Fast.AI