Hazard_Detection Computer Vision Dataset

byprojTask:
Object Detection
License:CC BY 4.0

About Hazard_Detection Dataset

This dataset contains images categorized into five classes: hole, loose wires, fire, smoke, and no hazard. These images have been collected to assist in the development of hazard detection systems. The fire and smoke images specifically were sourced from the "Fire and Smoke Detection" dataset provided by Roboflow. The other classes were created independently.

Classes:

Hole
Loose Wires
Fire
Smoke
No Hazard

Source: The fire and smoke images were sourced from the following dataset: "Fire and Smoke Detection" by Roboflow, 2023. Link: https://universe.roboflow.com/middle-east-tech-university/fire-and-smoke-detection-hiwia

Use Free Fire, Smoke and Hole 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": "Fire, Smoke, Hole, Loose wires, No Hazard"
  },
  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 

Cite This Project

LicenseCC BY 4.0

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

@misc{ hazard_detection-hjsuv_dataset,
  title = { Hazard_Detection Dataset },
  type = { Open Source Dataset },
  author = { proj },
  howpublished = { \url{ https://universe.roboflow.com/proj-0nmnn/hazard_detection-hjsuv } },
  url = { https://universe.roboflow.com/proj-0nmnn/hazard_detection-hjsuv },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2025 },
  month = { mar },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More