Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -12,8 +12,34 @@ models:
12
  - imageomics/bioclip-2
13
  datasets:
14
  - imageomics/TreeOfLife-200M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
 
 
17
  This app is modified from the original [BioCLIP Demo](https://huggingface.co/spaces/imageomics/bioclip-demo) to run inference with [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) and uses [pybioclip](https://github.com/Imageomics/pybioclip).
18
 
19
  Due to space persistent storage limitations, embeddings are fetched from the [TreeOfLife-200M repo](https://huggingface.co/datasets/imageomics/TreeOfLife-200M). The images will be retrieved from an S3 bucket, as with the origin, described below.
 
12
  - imageomics/bioclip-2
13
  datasets:
14
  - imageomics/TreeOfLife-200M
15
+ description: >-
16
+ This space provides an interactive demo for running BioCLIP-2 inference. Additionally, one can run inference on multiple images using the pybioclip package.
17
+ tags:
18
+ - visualization
19
+ - data
20
+ - samples
21
+ - data-visualization
22
+ - exploration
23
+ - biology
24
+ - vision
25
+ - CV
26
+ - imageomics
27
+ - clip
28
+ - species-classification
29
+ - biological visual task
30
+ - multimodal
31
+ - animals
32
+ - species
33
+ - taxonomy
34
+ - rare species
35
+ - endangered species
36
+ - evolutionary biology
37
+ - knowledge-guided
38
+ - zero-shot-image-classification
39
  ---
40
 
41
+ # BioCLIP-2 Demo
42
+
43
  This app is modified from the original [BioCLIP Demo](https://huggingface.co/spaces/imageomics/bioclip-demo) to run inference with [BioCLIP 2](https://huggingface.co/imageomics/bioclip-2) and uses [pybioclip](https://github.com/Imageomics/pybioclip).
44
 
45
  Due to space persistent storage limitations, embeddings are fetched from the [TreeOfLife-200M repo](https://huggingface.co/datasets/imageomics/TreeOfLife-200M). The images will be retrieved from an S3 bucket, as with the origin, described below.