Instructions to use kha-white/manga-ocr-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kha-white/manga-ocr-base 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="kha-white/manga-ocr-base")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kha-white/manga-ocr-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0808c80 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c63e0bb5b3ff798c5991de18a8e0956c7ee6d1563aca6729029815eda6f5c2eb
size 444135475
|