Deploying a Keras Model as an API Using Flask
Last Updated on July 25, 2023 by Editorial Team
Author(s): Yan Gobeil
Originally published on Towards AI.
Using the flask library to deploy a language identifier Keras model into a web app and URL based API.
Training a neural network to achieve a specific task is pretty fun and interesting, but the work doesnβt stop when you are happy with the modelβs performance. It is useful to be able to share the model that you built with other people who may want to use it. This is important both for personal projects and for industry work. This is why I wanted to learn how to deploy the models that I built to identify the language that a word is written in. I explained the details of the training in a previous blog post, but it is… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI