Instructions to use HiFromAviral/VerificationDocumentClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HiFromAviral/VerificationDocumentClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HiFromAviral/VerificationDocumentClassifier") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("HiFromAviral/VerificationDocumentClassifier") model = AutoModelForImageClassification.from_pretrained("HiFromAviral/VerificationDocumentClassifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
3b9469d
1
Parent(s): 962cc29
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,4 +22,4 @@ model-index:
|
|
| 22 |
|
| 23 |
|
| 24 |
AI Model To Classify Verification Documents.
|
| 25 |
-
Classifies If Uploaded Document Is Liheap Or Medicaid
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
AI Model To Classify Verification Documents.
|
| 25 |
+
Classifies If Uploaded Document Is Liheap Or Medicaid.
|