Spaces:
Sleeping
Sleeping
File size: 780 Bytes
35b7b3f 83c4da6 35b7b3f 83c4da6 35b7b3f 83c4da6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Action Detection Video 2
emoji: ⚡
colorFrom: purple
colorTo: indigo
sdk: gradio
sdk_version: 4.31.5
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# Video Activity Classifier
This is a Gradio interface that allows users to upload a video and specify an activity label to check if the activity is present in the video. The app uses a CLIP-based model to classify the video based on the provided label.
## How to Use
1. Upload a video.
2. Enter an activity label to detect.
3. The app will classify the video and display the results.
## Example
For instance, to check if a person is playing basketball in the video, you can enter the label "playing basketball".
|