mknolan commited on
Commit
8ede775
·
verified ·
1 Parent(s): 6f294ca

Upload README

Browse files
Files changed (1) hide show
  1. README.md +21 -12
README.md CHANGED
@@ -1,12 +1,21 @@
1
- ---
2
- title: Internvl25 Slide Analyzer
3
- emoji: 📉
4
- colorFrom: red
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.21.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
1
+ # InternVL2.5 Slide Analyzer
2
+
3
+ This application uses the InternVL2.5 multimodal model to analyze presentation slides from PDF or PowerPoint files.
4
+
5
+ ## Features
6
+
7
+ - **Single Image Analysis**: Upload and analyze individual images or slides
8
+ - **Multiple Slides Analysis**: Upload a PDF or PowerPoint file and analyze multiple slides at once
9
+ - **Customizable Prompts**: Choose from predefined prompts or create your own
10
+
11
+ ## How to Use
12
+
13
+ 1. Select the tab for the type of analysis you want to perform
14
+ 2. Upload your image or presentation file
15
+ 3. Select a prompt or write your own
16
+ 4. Click the "Analyze" button
17
+ 5. View the analysis results
18
+
19
+ ## Model Information
20
+
21
+ This application uses the InternVL2.5-8B model, a state-of-the-art multimodal model capable of understanding and analyzing visual content with accompanying text.