Image-to-Text
ultralytics
PyTorch
PaddlePaddle
English
ocr
yolo
computer-vision
image-classification
object-detection
indian-id
document-processing
Eval Results (legacy)
Instructions to use logasanjeev/indian-id-validator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use logasanjeev/indian-id-validator with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("logasanjeev/indian-id-validator") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +9 -6
config.json
CHANGED
|
@@ -81,12 +81,15 @@
|
|
| 81 |
"type": "detection",
|
| 82 |
"path": "models/Driving_License.pt",
|
| 83 |
"classes": [
|
| 84 |
-
"
|
| 85 |
-
"
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"
|
| 89 |
-
"
|
|
|
|
|
|
|
|
|
|
| 90 |
]
|
| 91 |
}
|
| 92 |
},
|
|
|
|
| 81 |
"type": "detection",
|
| 82 |
"path": "models/Driving_License.pt",
|
| 83 |
"classes": [
|
| 84 |
+
"Address",
|
| 85 |
+
"Blood Group",
|
| 86 |
+
"DL No",
|
| 87 |
+
"DOB",
|
| 88 |
+
"Name",
|
| 89 |
+
"Relation With",
|
| 90 |
+
"RTO",
|
| 91 |
+
"State",
|
| 92 |
+
"Vehicle Type"
|
| 93 |
]
|
| 94 |
}
|
| 95 |
},
|