'Is there a labels.txt file that comes with ML Firebase on the Cloud? so I can understand what strings of words could be used to label an image

I am building an Android Studio App that will use a ML (Machine Learning) model to label images. I have already made a prototype using a Quant ML model from Tensorflow lite, this model comes with an associated label.txt file that describes what strings of text will be used to label the image. For example a photograph of a 1.5 litre plastic fizzy drinks bottle will be returned as a 'pop bottle'. There are 1000 labels like this in the label.txt file that I am using. I now want to explore using the ML Firebase ML library on the Cloud, I understand that this has around 10,000 strings of text to describe an image. Does anyone know if I can access the list of strings of text (labels) so that I can see what the possible labels are for each image? or where this list of labels is?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source