Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

imageomics
/
bioclip

Zero-Shot Image Classification
OpenCLIP
English
clip
biology
CV
images
animals
species
taxonomy
rare species
endangered species
evolutionary biology
multimodal
knowledge-guided
Model card Files Files and versions
xet
Community
12

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

  • Libraries
  • OpenCLIP

    How to use imageomics/bioclip with OpenCLIP:

    import open_clip
    
    model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:imageomics/bioclip')
    tokenizer = open_clip.get_tokenizer('hf-hub:imageomics/bioclip')
  • Notebooks
  • Google Colab
  • Kaggle
bioclip / examples
11 kB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 2 commits
egrace479's picture
egrace479
Move model to device to avoid error (#7)
ce901ab 4 months ago
  • README.md
    690 Bytes
    Add zero-shot example. over 2 years ago
  • zero_shot.py
    10.3 kB
    Move model to device to avoid error (#7) 4 months ago