KangjianWu / BrainTumorDetection-MRI

0 stars 0 forks source link

Frontend Development #4

Open KangjianWu opened 4 months ago

KangjianWu commented 4 months ago

Task Details:

Develop the frontend interface using React Allow users to upload MRI images Display classification results and segmentation masks Integrate with the backend inference service Files to Complete:

frontend/src (React code) frontend/public (Static files) Task Instructions:

Use React to create a user-friendly interface Implement a form for image upload Display the classification results (e.g., tumor type) and segmentation masks Set up communication with the backend inference service to process the uploaded images and display the results in real-time