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
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ Developed by **M Mashhudur Rahim (XythicK)** at **Arkito Lab** (A Non-Profit Res
|
|
| 31 |
- **Inference Speed:** ~2.7ms per image
|
| 32 |
|
| 33 |
## 📊 Training Results
|
| 34 |
-
The model was trained
|
| 35 |
|
| 36 |
| Metric | Value |
|
| 37 |
| :--- | :--- |
|
|
|
|
| 31 |
- **Inference Speed:** ~2.7ms per image
|
| 32 |
|
| 33 |
## 📊 Training Results
|
| 34 |
+
The model was trained to achieve a solid balance between speed and accuracy for edge devices.
|
| 35 |
|
| 36 |
| Metric | Value |
|
| 37 |
| :--- | :--- |
|