Broiler Instance Segmentation Computer Vision Model
How to use the Broiler Instance Segmentation Segmentation API
Try This Model
Drop an image here or click to upload
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="broiler-instance-segmentation/7")Or, Use Free Broiler Detection API
Powered by general detection model
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": "Broiler"
},
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
About Broiler Instance Segmentation Model
Here are a few use cases for this project:
-
Poultry Health Management: This model could be used to track individual broilers' movement, behavior, or eating patterns, which would help identify early signs of disease or stress among the flock.
-
Livestock Monitoring: Farmers can use it to monitor and manage broiler numbers in the poultry farm, ensuring a constant count and detecting any unusual decrease that could signify theft or loss.
-
Broiler Research: For scientists and researchers studying broiler behavior or genetics, the model can help to identify and track individual broilers for detailed observation and data collection.
-
Animal Welfare: Animal welfare organizations could use the model to ensure safe and non-crowded living conditions for broilers, as it offers an automated way to count and track the birds, helping enforce rules on the maximum number of chickens per cage.
-
Broiler Trading & Supply Monitoring: Companies in the poultry supply chain can use this model to verify the quality and quantity of broilers in supply and demand, reducing broiler trading discrepancies and fraud.
Tell the agent what you want to build.
Cite This Project
LicenseCC BY 4.0If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{ broiler-instance-segmentation_dataset,
title = { Broiler Instance Segmentation Dataset },
type = { Open Source Dataset },
author = { rawitchK },
howpublished = { \url{ https://universe.roboflow.com/rawitchk/broiler-instance-segmentation } },
url = { https://universe.roboflow.com/rawitchk/broiler-instance-segmentation },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2023 },
month = { aug },
note = { visited on 2026-07-29 },
}










