Instructions to use microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224') tokenizer = open_clip.get_tokenizer('hf-hub:microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224') - Notebooks
- Google Colab
- Kaggle
Upload 9 files
Browse files- example_data/biomed_image_classification_example_data/H_and_E_histopathology.jpg +0 -0
- example_data/biomed_image_classification_example_data/IHC_histopathology.jpg +0 -0
- example_data/biomed_image_classification_example_data/adenocarcinoma_histopathology.jpg +0 -0
- example_data/biomed_image_classification_example_data/bone_X-ray.jpg +0 -0
- example_data/biomed_image_classification_example_data/brain_MRI.jpg +0 -0
- example_data/biomed_image_classification_example_data/chest_X-ray.jpg +0 -0
- example_data/biomed_image_classification_example_data/covid_line_chart.png +0 -0
- example_data/biomed_image_classification_example_data/pie_chart.png +0 -0
- example_data/biomed_image_classification_example_data/squamous_cell_carcinoma_histopathology.jpeg +0 -0
example_data/biomed_image_classification_example_data/H_and_E_histopathology.jpg
ADDED
|
example_data/biomed_image_classification_example_data/IHC_histopathology.jpg
ADDED
|
example_data/biomed_image_classification_example_data/adenocarcinoma_histopathology.jpg
ADDED
|
example_data/biomed_image_classification_example_data/bone_X-ray.jpg
ADDED
|
example_data/biomed_image_classification_example_data/brain_MRI.jpg
ADDED
|
example_data/biomed_image_classification_example_data/chest_X-ray.jpg
ADDED
|
example_data/biomed_image_classification_example_data/covid_line_chart.png
ADDED
|
example_data/biomed_image_classification_example_data/pie_chart.png
ADDED
|
example_data/biomed_image_classification_example_data/squamous_cell_carcinoma_histopathology.jpeg
ADDED
|