mknolan commited on
Commit
d1b2c54
Β·
verified Β·
1 Parent(s): 935a93f

Upload README.md

Browse files

Basic app with single image and PDF slide analysis functionality

Files changed (1) hide show
  1. README.md +38 -8
README.md CHANGED
@@ -1,12 +1,42 @@
1
  ---
2
- title: Internvl25 Basic Slides
3
- emoji: πŸ“š
4
- colorFrom: yellow
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.22.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
  ---
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.