Spaces:
Runtime error
Runtime error
IbrahimHasani
commited on
Commit
•
0555ed4
1
Parent(s):
5495431
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,17 @@ license: mit
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
# General Action Classifier
|
16 |
+
|
17 |
+
This is a Gradio interface that allows users to upload an image and specify candidate labels to check if a certain action is present in the image. The app uses a CLIP-ViT model to classify the image based on the provided labels.
|
18 |
+
|
19 |
+
## How to Use
|
20 |
+
|
21 |
+
1. Upload an image.
|
22 |
+
2. Enter candidate labels separated by commas.
|
23 |
+
3. The app will classify the image and display the results.
|
24 |
+
|
25 |
+
## Example
|
26 |
+
|
27 |
+
For instance, to check if a person is holding a beverage, you can enter labels like: "human with beverage, human, beverage".
|