capradeepgujaran commited on
Commit
5a09cf2
·
verified ·
1 Parent(s): f5fbd23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -11,4 +11,33 @@ license: mit
11
  short_description: This is a RAG system for chatting with videos
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: This is a RAG system for chatting with videos
12
  ---
13
 
14
+ # Video Chat RAG
15
+
16
+ This is a Retrieval-Augmented Generation (RAG) system for chatting with videos. Upload a video and ask questions about its content!
17
+
18
+ ## Features
19
+
20
+ - Video frame analysis using CLIP
21
+ - Natural language querying of video content
22
+ - Frame retrieval with relevance scores
23
+ - User-friendly interface
24
+
25
+ ## Usage
26
+
27
+ 1. Upload a video using the file upload button
28
+ 2. Click "Process Video" and wait for processing to complete
29
+ 3. Type your question in the text box
30
+ 4. Click "Search" to find relevant frames
31
+
32
+ ## Technical Details
33
+
34
+ The system uses:
35
+ - CLIP for visual-language understanding
36
+ - FAISS for efficient similarity search
37
+ - Gradio for the user interface
38
+
39
+ ## Limitations
40
+
41
+ - Maximum video file size: 500MB
42
+ - Supported formats: MP4
43
+ - Processing time depends on video length