I am doing object detection using tensorflow api by following the link" https://github.com/tensorflow/models/tree/master/research/object_detection
I want to get voice output of the names of the detected classes with their accuracy..I think first I should create a text file which contains the name of the detected objects...How can I create the text file??