Skip to content

Latest commit

 

History

History

tensorflow_v2_example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tensorflow 2.x Keras Example

This example will show you how to create ebonite model object from tensorflow 2.x keras model and then turn it into flask service or docker container with flask service.

Run python train_and_serve.py to train and serve model as flask service.

After that, you can run python client.py %some_number% to call your model or go to http://localhost:9000/apidocs to view swagger UI