Instructions to use arkito/VeritaScan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use arkito/VeritaScan with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("arkito/VeritaScan") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
File size: 472 Bytes
d12be0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | cff-version: 1.2.0
message: "If you use this model, please cite it as below."
authors:
- name: "M Mashhudur Rahim (XythicK)"
title: "VeritaMilitary"
version: 1.0.0
date-released: 2026-02-21
url: "https://huggingface.co/arkito/VeritaMilitary"
repository-code: "https://huggingface.co/arkito/VeritaMilitary"
keywords:
- "Object Detection"
- "Military Drone"
- "YOLOv11"
- "Aerial Surveillance"
contact:
- email: "arkitolabs@protonmail.com"
name: "Arkito Lab" |