Trouble displaying YOLOv8 classification results in React Native app using Flask API
I am developing a React Native mobile application that utilizes a Flask API for object detection and classification using the YOLOv8 model. The backend API successfully classifies images sent from the app, and I can see the correct classification results in the VS Code terminal.