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
-
-
-
- -