balajiRRK commited on
Commit
383bade
·
verified ·
1 Parent(s): 3c9c46c

Update README.md

Browse files

Updated description, added new tags from model card and added README header

Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -13,7 +13,7 @@ models:
13
  datasets:
14
  - imageomics/TreeOfLife-200M
15
  description: >-
16
- This space provides an interactive demo for running BioCLIP-2 image embeddings and taxonomic similarity search using the pybioclip library.
17
  tags:
18
  - visualization
19
  - data
@@ -22,8 +22,24 @@ tags:
22
  - exploration
23
  - biology
24
  - vision
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
 
 
27
  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).
28
 
29
  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.
 
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
 
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.