Image-to-Text
Transformers
Safetensors
English
blip
image-text-to-text
image-captioning
vision-language
ui-understanding
Instructions to use nikilovesml/temporal_trio-rico-screen2words-blip-caption with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nikilovesml/temporal_trio-rico-screen2words-blip-caption 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="nikilovesml/temporal_trio-rico-screen2words-blip-caption")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("nikilovesml/temporal_trio-rico-screen2words-blip-caption") model = AutoModelForMultimodalLM.from_pretrained("nikilovesml/temporal_trio-rico-screen2words-blip-caption") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by nehanpnair - opened
No description provided.
nehanpnair changed pull request status to closed
nehanpnair changed pull request status to open
nikilovesml changed pull request status to merged
nikilovesml deleted the
refs/pr/1 ref