Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renanmav/keras-docker-py
- Owner: renanmav
- Created: 2019-04-02T06:37:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T06:38:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T21:39:02.298Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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