Spaces:
Sleeping
Sleeping
readme for space
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BioClip Image Classification
|
2 |
|
3 |
This Hugging Face Space demonstrates image classification using the BioClip model. Upload an image to get a prediction of its class, along with the top 3 most similar classes and file paths.
|
@@ -23,4 +36,4 @@ This Space uses the BioClip model, which is designed for biological image classi
|
|
23 |
|
24 |
## Note
|
25 |
|
26 |
-
The
|
|
|
1 |
+
---
|
2 |
+
title: BioClip Image Classification
|
3 |
+
emoji: 🌿
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.27.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# BioClip Image Classification
|
15 |
|
16 |
This Hugging Face Space demonstrates image classification using the BioClip model. Upload an image to get a prediction of its class, along with the top 3 most similar classes and file paths.
|
|
|
36 |
|
37 |
## Note
|
38 |
|
39 |
+
The FAISS indexes are downloaded at runtime. Make sure your Space has internet access to download these files when the app starts.
|