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

  • Log In
  • Sign Up

fokan
/
MedFusion-AI

Image-to-Text
Transformers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use fokan/MedFusion-AI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fokan/MedFusion-AI 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="fokan/MedFusion-AI")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("fokan/MedFusion-AI", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
MedFusion-AI
17.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
fokan's picture
fokan
Rename MedFusion-AI_README.md to README.md
5663dc7 verified 6 months ago
  • lite
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • pro
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • .gitattributes
    1.65 kB
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • README.md
    2.88 kB
    Rename MedFusion-AI_README.md to README.md 6 months ago
  • app.py
    1.19 kB
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • medfusion_pipeline.py
    3.2 kB
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago
  • requirements.txt
    74 Bytes
    Add unified MedFusion-AI (Pro+Lite) with pipeline & app 6 months ago