Instructions to use vikp/surya_det3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vikp/surya_det3 with Transformers:
# Load model directly from transformers import EfficientViTForSemanticSegmentation model = EfficientViTForSemanticSegmentation.from_pretrained("vikp/surya_det3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,6 @@ model-index:
|
|
| 4 |
- name: line_detector_3
|
| 5 |
results: []
|
| 6 |
license: cc-by-nc-sa-4.0
|
| 7 |
-
---
|
|
|
|
|
|
|
|
|
| 4 |
- name: line_detector_3
|
| 5 |
results: []
|
| 6 |
license: cc-by-nc-sa-4.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
Text detection model for [surya](https://www.github.com/VikParuchuri/surya)
|