Interactive Demos

Try BioCLIP models directly in your browser. Upload images to classify species using zero-shot or open-ended methods.

Latest

BioCLIP 2 Demo

Identify species and classify images using open-ended or zero-shot methods with the latest BioCLIP 2 model trained on 214 million images.

Launch Demo →
Original

BioCLIP Demo

Classify images of organisms across plant, animal, and fungal species using the original BioCLIP model with taxonomic predictions.

Launch Demo →

How to Use the Demos

Getting Started

Our demos are hosted on Hugging Face Spaces and powered by Gradio, making them easy to use directly in your browser without any installation.

  • Upload an image – Drag and drop or click to upload any image of an organism.
  • Choose classification mode – Select zero-shot (with custom labels) or open-ended (taxonomic hierarchy) classification.
  • View predictions – See the model's predictions with confidence scores across taxonomic ranks.
  • Compare to predicted taxon - In open-ended classification, compare your image to a random sample image of the predicted taxon from the training data. Follow the provided source link to learn more about it.

For programmatic access or batch processing, check out pybioclip.

BioCLIP Demo Interface