/tf-serve

Serve TensforFlow Estimator with SavedModel

Primary LanguagePython

Serve TensforFlow Estimator with SavedModel

Source code for my blog post: English, 中文

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt