fire7 Computer Vision Dataset
About fire7 Dataset
Here are a few use cases for this project:
-
Fire Alert System: The "fire7" model can be integrated into home or business security systems to detect fire or smoke incidents in real-time. Once a fire or smoke is detected, it would trigger an alarm and automatically alert the local fire department.
-
Forest Fire Detection: The model can be used in drones or satellites monitoring large forest areas for early detection of wildfires, thus allowing for a swift response that could save lives and prevent property damage.
-
Surveillance in High-Risk Areas: Industries or areas prone to fire accidents, such as chemical plants, petrol pumps, or construction sites, could use the "fire7" in their surveillance systems to quickly detect any signs of fire or smoke.
-
Insurance Claim Verification: Insurance companies could use this model to analyze post-fire images and verify the claims of fire incidents, potentially reducing fraudulent activities.
-
Smoke Detection in Public Areas: The "fire7" model might be employed in public areas like airports, railway stations, or shopping malls as part of the security measures to detect any potential fire or smoke situations. This could potentially prevent disasters by triggering early alarms.
Use Free Fire and Smoke 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": "fire, smoke"
},
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
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{ fire7_dataset,
title = { fire7 Dataset },
type = { Open Source Dataset },
author = { [email protected] },
howpublished = { \url{ https://universe.roboflow.com/ahnew1-naver-com/fire7 } },
url = { https://universe.roboflow.com/ahnew1-naver-com/fire7 },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2022 },
month = { may },
note = { visited on 2026-07-29 },
}










