Image-to-Text
Transformers
Assamese
vision
ocr
assamese
northeast-india
indic-languages
character-recognition
florence-2
vision-language
Eval Results (legacy)
Instructions to use MWirelabs/assamese-ocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MWirelabs/assamese-ocr with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="MWirelabs/assamese-ocr")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MWirelabs/assamese-ocr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload assamese_ocr_best.pt with huggingface_hub
Browse files- assamese_ocr_best.pt +3 -0
assamese_ocr_best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:937d3e889d04daa8e77e05f7d8285cdd3554ae538e99b99a9371cde3c5b0aff2
|
| 3 |
+
size 3292631308
|