Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanmav/keras-docker-py

Keras example with Docker
https://github.com/renanmav/keras-docker-py

Last synced: 10 days ago
JSON representation

Keras example with Docker

Awesome Lists containing this project

README

        

# Keras-app with Docker

This project is a simple example of deep learning model from Keras blog. It serves a REST API with Flask.

## How to run?

Just type `docker-compose up --build` on your console if you have Docker installed.

## More about it

Check [this post](https://medium.com/analytics-vidhya/deploy-your-first-deep-learning-model-on-kubernetes-with-python-keras-flask-and-docker-575dc07d9e76) on Medium