基于TensorFlow的图片识别服务

1.使用TensorFlow Retrain进行图片分类训练

https://www.tensorflow.org/versions/master/how_tos/image_retraining/index.html#training-steps

2.使用Flask发布图片识别服务,接收POST上传的图片,并返回结果

https://github.com/ConorPai/PlantRecognitionWebAPI

3.使用效果

原文地址:https://www.cnblogs.com/conorpai/p/6873650.html