Tomato Leaf Disease Detection using Deep Learning | FastAPI backend + optional TensorFlow Serving, with React/React Native frontend support and full CI setup

cicd classification deep-learning react react-native
2 Open Issues Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI 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).

Complexity: 2/5
bug good first issue

Tomato Leaf Disease Detection using Deep Learning | FastAPI backend + optional TensorFlow Serving, with React/React Native frontend support and full CI setup

Jupyter Notebook
#cicd#classification#deep-learning#react#react-native

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.

Complexity: 3/5
bug good first issue

Tomato Leaf Disease Detection using Deep Learning | FastAPI backend + optional TensorFlow Serving, with React/React Native frontend support and full CI setup

Jupyter Notebook
#cicd#classification#deep-learning#react#react-native