I have been able to find many tutorials on how to develop a web app with Tensorflow and react js, where you can upload images and then it detects what is on the image and how accurate it is.
Is there a way to upload for example 3 different images, and save the results of the detection and show the results in a graph where the bar displays how many times for example a cat, a dog, or a person was detected? the y axis would be the number of times detected and the x-axis the object.
I would limit myself only to the three objects, so for example upload 3 times a cat picture, 4 times a dog picture, and 3 times a picture of a person and then the graph shows me three bars with different heights depend on the number of how many times the object was detected.
I know the question sounds very specific, but I don't know where to look and I can hardly find anything about how to represent the results in a graph. I have found recharts which can be used to create good graphs in react js.
Do you know any good tutorials, videos, approaches, or tips for my problem?
i would be very happy about any little help i can get