Description
Buyers and sellers often need to compare different fish specimens to negotiate prices or choose the highest quality catch. This issue proposes a Scan Comparison Mode.
We will create a comparison view where users can select two previous scans from their history. The app will run inference on both specimens and display a side-by-side comparison of their freshness indices, grades, gill/eye/body conditions, recommended consumption times, and Grad-CAM explainability heatmaps.
Technical Implementation Details
- New Route: Register comparison triggers in
ResultsPage.tsx.
- Double Inference Handler: Coordinate dual scan history fetching using Promise.all.
- Comparison Grid: Lay out a side-by-side comparison card displaying details.
- Overlay: Incorporate a visual overlay comparison page easily.
Description
Buyers and sellers often need to compare different fish specimens to negotiate prices or choose the highest quality catch. This issue proposes a Scan Comparison Mode.
We will create a comparison view where users can select two previous scans from their history. The app will run inference on both specimens and display a side-by-side comparison of their freshness indices, grades, gill/eye/body conditions, recommended consumption times, and Grad-CAM explainability heatmaps.
Technical Implementation Details
ResultsPage.tsx.