The Best Python Books of 2014
We’re not even halfway through 2014 yet, but there have been some really amazing Python books released this year that have not been getting much attention. Some of these books are related to computer...
View ArticleAdding a web interface to our image search engine with Flask
This is a guest post by Michael Herman from Real Python – learn Python programming and web development through hands-on, interesting examples that are useful and fun! In this tutorial, we’ll take the...
View ArticleA scalable Keras + deep learning REST API
In today’s blog post we are going to create a deep learning REST API that wraps a Keras model in an efficient, scalable manner. Our Keras + deep learning REST API will be capable of batch processing...
View ArticleDeep learning in production with Keras, Redis, Flask, and Apache
Shipping deep learning models to production is a non-trivial task. If you don’t believe me, take a second and look at the “tech giants” such as Amazon, Google, Microsoft, etc. — nearly all of them...
View ArticleOpenCV – Stream video to web browser/HTML page
In this tutorial you will learn how to use OpenCV to stream video from a webcam to a web browser/HTML page using Flask and Python. Ever have your car stolen? Mine was stolen over the weekend. And let...
View ArticleAdding a web interface to our image search engine with Flask
This is a guest post by Michael Herman from Real Python – learn Python programming and web development through hands-on, interesting examples that are useful and fun! In this tutorial, we’ll take the...
View ArticleA scalable Keras + deep learning REST API
In today’s blog post we are going to create a deep learning REST API that wraps a Keras model in an efficient, scalable manner. Our Keras + deep learning REST API will be capable of batch processing...
View ArticleDeep learning in production with Keras, Redis, Flask, and Apache
Shipping deep learning models to production is a non-trivial task. If you don’t believe me, take a second and look at the “tech giants” such as Amazon, Google, Microsoft, etc. — nearly all of them...
View ArticleOpenCV – Stream video to web browser/HTML page
Last updated on July 9, 2021. In this tutorial, you will learn how to use OpenCV to stream video from a webcam to a web browser/HTML page using Flask and Python. Ever have your car stolen? Mine was...
View ArticleThe Best Python Books of 2014
Update: Dec 2022 It’s been a long time since we first published this post. We now have two Python educational products to choose from. Computer Vision with Python Book Comprehensive Introduction To...
View Article