.. blogpost:: :title: REST API Keras + Flask :keywords: keras, falcon, flask :date: 2018-12-01 :categories: benchmark The following article compares :epkg:`flask` and :epkg:`falcon` for a REST API delivering deep learning prediction: `Falcon vs. Flask - Which one to pick to create a scalable deep learning REST API `_. The :epkg:`flask` API is implemented based on this article: `Building a simple Keras + deep learning REST API `_.