Description
Pretrained ViTForImageClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.simple_plant_detection_pipeline is a Indonesian model originally trained by novinn.
How to use
pipeline = PretrainedPipeline("simple_plant_detection_pipeline", lang = "id")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("simple_plant_detection_pipeline", lang = "id")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | simple_plant_detection_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | id |
| Size: | 321.4 MB |
References
https://huggingface.co/novinn/simple-plant-detection
Included Models
- ImageAssembler
- ViTForImageClassification