Tenserflow model not detecting plants correctly

Hi there,

We are using AutoML skd with Tenserflow model (https://tfhub.dev/google/lite-model/aiy/vision/classifier/plants_V1/3)) for detecting plants. The model return results, but they are not accurate. I wanted to see if there are any pre-trained TenserFlow models for detecting plant type? Similar to plant.id.

Thanks

There is a TensorFlow Model for Flowers you can see this quickstart using this model.

More specific about the model you can see the training in the following document.