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