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.
pull/35780/head
Ashwin Aishvarya Vardhan 2019-04-07 14:48:18 +05:30 committed by The Coding Aviator
parent db7649a0b0
commit 1d02702a46
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ These days there are a variety of deep learning frameworks that allow you specif
* <a href="https://github.com/gluon-api/gluon-api/">Gluon</a>
* <a href="http://deeplearning.net/software/theano/">Theano</a>
### 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:
* <a href="http://course.fast.ai/">Deep Learning Course Part 1 Fast.AI</a>