mknolan commited on
Commit
c72bb68
·
verified ·
1 Parent(s): 704c48c

Upload README.md

Browse files

Simplified version with minimal dependencies

Files changed (1) hide show
  1. README.md +28 -7
README.md CHANGED
@@ -1,12 +1,33 @@
1
  ---
2
- title: Internvl25 Slide Analyzer Simple
3
- emoji: 🐠
4
  colorFrom: indigo
5
- colorTo: pink
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
  ---
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.