1. AI_API
Graduation API
  • AI_API
    • API Root
      GET
    • API Health Status
      GET
    • Water Hyacinth Detection
      POST
  • backend_API
    • Profiles
      • List profiles
      • Create profile
      • Update profile
      • Delete profile
    • Classification Runs
      • List classification runs
      • Create classification run
      • Update classification run
      • Delete classification run
    • Schemas
      • Profile
      • ProfileInput
      • ClassificationRun
      • ClassificationRunInput
  1. AI_API

API Root

GET
/
Last modified:2026-05-08 19:55:08
Maintainer:Yousef Dawood

Water Hyacinth Detection API 🌿#

Detect water hyacinth from uploaded images using a deep learning model powered by TensorFlow and EfficientNetV2.

Features#

Fast image classification
Health monitoring endpoint
Real-time inference
Simple REST API

Request

None

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/'
Response Response Example
{
    "message": "string"
}
Modified at 2026-05-08 19:55:08
Next
API Health Status
Built with