IbrahimHasani commited on
Commit
3e3d122
1 Parent(s): 3d6245e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -11,3 +11,19 @@ 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
+
16
+
17
+ # Video Activity Classifier
18
+
19
+ 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.
20
+
21
+ ## How to Use
22
+
23
+ 1. Upload a video.
24
+ 2. Enter an activity label to detect.
25
+ 3. The app will classify the video and display the results.
26
+
27
+ ## Example
28
+
29
+ For instance, to check if a person is playing basketball in the video, you can enter the label "playing basketball".