You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - You can also add a UI by creating a page with a form which takes the image and
351
351
# displays the prediction. Check out the `demo <https://pytorch-imagenet.herokuapp.com/>`_
352
352
# of a similar project and its `source code <https://github.com/avinassh/pytorch-flask-api-heroku>`_.
353
+
#
354
+
# - In this tutorial, we only showed how to build a service that could return predictions for
355
+
# a single image at a time. We could modify our service to be able to return predictions for
356
+
# multiple images at once. In addition, the `service-streamer <https://github.com/ShannonAI/service-streamer>`_
357
+
# library automatically queues requests to your service and samples them into mini-batches
358
+
# that can be fed into your model. You can check out `this tutorial <https://github.com/ShannonAI/service-streamer/wiki/Vision-Recognition-Service-with-Flask-and-service-streamer>`_.
0 commit comments