From 22074e1df8e8537b78da2ce9b1dfc06e1e921833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marvin=20Krau=C3=9Fer?= Date: Sat, 16 May 2026 17:22:28 +0200 Subject: [PATCH] bird cnn css component specific --- website/src/Bird_CNN.jsx | 148 ++++++++++++++---- .../src/{Bird_CNN.css => Bird_CNN.module.css} | 0 2 files changed, 114 insertions(+), 34 deletions(-) rename website/src/{Bird_CNN.css => Bird_CNN.module.css} (100%) diff --git a/website/src/Bird_CNN.jsx b/website/src/Bird_CNN.jsx index 960c7fd..193713f 100644 --- a/website/src/Bird_CNN.jsx +++ b/website/src/Bird_CNN.jsx @@ -1,5 +1,5 @@ import { useState, useRef } from 'react'; -import './Bird_CNN.css'; +import styles from './Bird_CNN.module.css'; function Bird_CNN() { const apiUrl = process.env.NODE_ENV === "development" @@ -86,39 +86,79 @@ function Bird_CNN() { <>

Bird Species Expert

-
-
+
+

Explanation

- Select and upload an image to our bird classification model. The system will return a predicted species along with a confidence score indicating how certain the model is about its prediction. Please note that the model may not always produce correct classifications. The supported Species are: -
    -
  • Common Kingfisher
  • -
  • Common Myna
  • -
  • House Crow
  • -
  • Indian Peacock
  • -
  • Indian Pitta
  • -
  • Ruddy Shelduck
  • -
  • Sarus Crane
  • + + + Select and upload an image to our bird classification model. + The system will return a predicted species along with a + confidence score indicating how certain the model is about + its prediction. Please note that the model may not always + produce correct classifications. The supported Species are: + + +
      +
    • Common Kingfisher
    • +
    • Common Myna
    • +
    • House Crow
    • +
    • Indian Peacock
    • +
    • Indian Pitta
    • +
    • Ruddy Shelduck
    • +
    • Sarus Crane
-
-
-
- -