Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 362 Bytes

Flower retrieval with streamlit

Dataset

Command

# step 1
tensorflow_model_server --port=8700 --rest_api_port=8701 --model_name=flower --model_base_path=path/to/tf-serving/model/

# step 2
streamlit run flower_st.py

Result

result