Upload README.md
Browse filesBasic app with single image and PDF slide analysis functionality
README.md
CHANGED
@@ -1,12 +1,42 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
-
sdk:
|
7 |
-
|
8 |
-
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: InternVL2.5 Basic 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 Image and Slide Analyzer
|
12 |
+
|
13 |
+
This Space allows you to analyze single images or multiple slides from PDF files using the InternVL2.5 model.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
|
17 |
+
- Upload single images for detailed analysis
|
18 |
+
- Upload PDF files to analyze multiple 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 |
+
### Single Image Analysis
|
26 |
+
1. Go to the "Single Image Analysis" tab
|
27 |
+
2. Upload an image
|
28 |
+
3. Select your preferred prompt from the dropdown
|
29 |
+
4. Click "Analyze Image"
|
30 |
+
5. View the AI-generated analysis
|
31 |
+
|
32 |
+
### PDF Slide Analysis
|
33 |
+
1. Go to the "PDF Slides Analysis" tab
|
34 |
+
2. Upload a PDF file containing slides
|
35 |
+
3. Select your preferred prompt from the dropdown
|
36 |
+
4. Choose how many slides to analyze
|
37 |
+
5. Click "Analyze Slides"
|
38 |
+
6. View the AI-generated analysis for each slide
|
39 |
+
|
40 |
+
## About the Model
|
41 |
+
|
42 |
+
This app uses the InternVL2.5 model, a powerful multimodal model that can understand both images and text.
|