Upload README.md
Browse filesSimplified version with minimal dependencies
README.md
CHANGED
@@ -1,12 +1,33 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: InternVL2.5 Simple Slide Analyzer
|
3 |
+
emoji: 📊
|
4 |
colorFrom: indigo
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
|
|
8 |
pinned: false
|
9 |
---
|
10 |
|
11 |
+
# InternVL2.5 Simple Slide Analyzer
|
12 |
+
|
13 |
+
This Space allows you to analyze slides from PDF files using the InternVL2.5 model.
|
14 |
+
Simply upload a PDF file and get AI-generated descriptions of the slides.
|
15 |
+
|
16 |
+
## Features
|
17 |
+
|
18 |
+
- Upload PDF files to analyze slides
|
19 |
+
- Select different prompt types for analysis
|
20 |
+
- Choose the number of slides to analyze
|
21 |
+
- Simple and intuitive interface
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
|
25 |
+
1. Upload a PDF file containing slides
|
26 |
+
2. Select your preferred prompt from the dropdown
|
27 |
+
3. Choose how many slides to analyze
|
28 |
+
4. Click "Analyze Slides"
|
29 |
+
5. View the AI-generated analysis for each slide
|
30 |
+
|
31 |
+
## About the Model
|
32 |
+
|
33 |
+
This app uses the InternVL2.5 model, a powerful multimodal model that can understand both images and text.
|