Open Issues Need Help
View All on GitHubAI Summary: Debug and fix a frontend bug in a React/React Native application that prevents the display of predicted tomato leaf disease labels. The backend correctly returns the label and confidence, but the frontend shows "N/A". The issue stems from incorrect variable naming or accessing the label data using the wrong case (e.g., data.Class instead of data.class).
Tomato Leaf Disease Detection using Deep Learning | FastAPI backend + optional TensorFlow Serving, with React/React Native frontend support and full CI setup
AI Summary: Configure the GCP Cloud Function's CORS settings to allow requests from `http://localhost:3000` and `http://localhost:3001`. This will resolve the browser's CORS blocking issue preventing the React frontend from accessing the prediction function deployed on GCP.
Tomato Leaf Disease Detection using Deep Learning | FastAPI backend + optional TensorFlow Serving, with React/React Native frontend support and full CI setup