PRIYANSHUDHAKED commited on
Commit
830e830
·
verified ·
1 Parent(s): 5f42102

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -13
README.md CHANGED
@@ -1,13 +1,38 @@
1
- ---
2
- title: Intelligent QA With VIDEO System
3
- emoji: 👀
4
- colorFrom: yellow
5
- colorTo: pink
6
- sdk: streamlit
7
- sdk_version: 1.38.0
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Intelligent Video Q&A App with Gemini Vision Pro
2
+
3
+ This application processes video content using Google's Gemini Vision Pro API, extracts information, and allows users to ask questions about the video. It uses advanced AI techniques to provide intelligent responses.
4
+
5
+ ## Features
6
+
7
+ - Video upload and processing
8
+ - Text and information extraction from video frames using Gemini Vision Pro
9
+ - Audio transcription (assuming Gemini Vision Pro supports audio)
10
+ - Content summarization
11
+ - Code extraction from video content
12
+ - Question-answering based on video content
13
+ - Similar video search
14
+
15
+ ## Setup
16
+
17
+ 1. Clone the repository
18
+ 2. Install dependencies: `pip install -r requirements.txt`
19
+ 3. Set up your Gemini API key in the `.env` file
20
+ 4. Run the app: `streamlit run app.py`
21
+
22
+ ## Usage
23
+
24
+ 1. Upload a video file
25
+ 2. Adjust the summary length as needed
26
+ 3. Process the video
27
+ 4. Ask questions about the video content
28
+ 5. Explore similar videos
29
+
30
+ ## Technologies Used
31
+
32
+ - Streamlit
33
+ - OpenCV
34
+ - Gemini Vision Pro API
35
+ - Google GenerativeAI
36
+ - LanceDB
37
+
38
+ Note: Make sure you have access to the Gemini Vision Pro API and have set up the necessary credentials.