Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

SaiBrahmam
/
IC

Image-to-Text
Transformers
google-tensorflow TensorFlow
English
blip
image-text-to-text
Model card Files Files and versions
xet
Community

Instructions to use SaiBrahmam/IC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SaiBrahmam/IC 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="SaiBrahmam/IC")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageTextToText
    
    processor = AutoProcessor.from_pretrained("SaiBrahmam/IC")
    model = AutoModelForImageTextToText.from_pretrained("SaiBrahmam/IC")
  • Notebooks
  • Google Colab
  • Kaggle
IC
990 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
SaiBrahmam's picture
SaiBrahmam
Create preprocessor_config.json
a76cf30 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    99 Bytes
    Update README.md about 3 years ago
  • app.py
    955 Bytes
    Create app.py about 3 years ago
  • config.json
    4.56 kB
    Create config.json about 3 years ago
  • preprocessor_config.json
    287 Bytes
    Create preprocessor_config.json about 3 years ago
  • tf_model.h5
    990 MB
    xet
    Upload tf_model.h5 about 3 years ago