WeaponData Computer Vision Dataset

byTest MavenirTask:
Object Detection
License:CC BY 4.0461 views31 downloads

About WeaponData Dataset

Here are a few use cases for this project:

  1. Security Monitoring: This model can be used in security camera feeds to automatically detect the presence of weapons, such as guns and potentially alert security personnel or law enforcement agencies in real-time.

  2. Social Media Monitoring: The model can be deployed to analyze public posts for the presence of weapons, flagging any concerning content for moderators and authorities.

  3. Public Space Safety: The model can be used at venues like schools, stadiums, or airports to enhance safety measures by identifying any potential threat from video feeds in real-time.

  4. Weapon Recognition Training: The model can be utilized for training defense and law enforcement agencies in weapon recognition, helping them to improve their weapon identification skills.

  5. Forensic Analysis: This model is applicable in forensic image analysis, where forensic experts could use it to identify weapons from crime scene photographs or videos.

Use Free Hand and Gun 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": "Hand, Gun"
  },
  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{ weapondata_dataset,
  title = { WeaponData Dataset },
  type = { Open Source Dataset },
  author = { Test Mavenir },
  howpublished = { \url{ https://universe.roboflow.com/test-mavenir/weapondata } },
  url = { https://universe.roboflow.com/test-mavenir/weapondata },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2021 },
  month = { oct },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More