gold_fish_ Computer Vision Model

byproject-8hufkTask:
Object Detection
License:Public Domain567 views29 downloads

How to use the gold_fish_ Detection API

Try This Model

Drop an image here or click to upload

Or try a test image 

Code Snippets

from inference_sdk import InferenceHTTPClient

CLIENT = InferenceHTTPClient(
    api_url="https://serverless.roboflow.com",
    api_key="API_KEY"
)

result = CLIENT.infer("YOUR_IMAGE.jpg", model_id="gold_fish_/6")
Give your agent everything it needs

Or, Use Free Baby_fish and Live_goldfish Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "baby_fish, live_goldfish"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

About gold_fish_ Model

Here are a few use cases for this project:

  1. Fish Breeding: Breeders can use the model to monitor the growth and development of young goldfish without disturbing them. With continuous scanning, the growth rate, survival rate and fish health can be better analyzed.

  2. Pet Stores and Aquariums: The model would assist in categorizing goldfish inventory, helping to communicate accurate information about the size, age, and species of goldfish to customers.

  3. Ecological Studies: Researchers could use the model to measure population dynamics of goldfish in certain bodies of water, tracking changes over time.

  4. Fish Farming: The model can be used to effectively manage the population of the fish farm, including identifying when new baby fish are born so the farmers can ensure their safe growth.

  5. Education: Science and biology teachers could use this model as a teaching aid to help students understand the life cycle and classification of goldfish.

Cite This Project

LicensePublic Domain

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ gold_fish__dataset,
  title = { gold_fish_ Dataset },
  type = { Open Source Dataset },
  author = { project-8hufk },
  howpublished = { \url{ https://universe.roboflow.com/project-8hufk/gold_fish_ } },
  url = { https://universe.roboflow.com/project-8hufk/gold_fish_ },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2024 },
  month = { jul },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More