English ultrasound_lung_pipeline pipeline ViTForImageClassification from hamdan07

Description

Pretrained ViTForImageClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.ultrasound_lung_pipeline is a English model originally trained by hamdan07.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("ultrasound_lung_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("ultrasound_lung_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: ultrasound_lung_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 321.3 MB

References

https://huggingface.co/hamdan07/UltraSound-Lung

Included Models

  • ImageAssembler
  • ViTForImageClassification