mknolan commited on
Commit
02de7db
·
verified ·
1 Parent(s): 172da26

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,10 +1,31 @@
1
  ---
2
- title: Internvl25 Dual Image Analyzer Complete
3
- emoji: 😻
4
- colorFrom: gray
5
- colorTo: indigo
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: InternVL2.5 Dual Image Analyzer (Complete)
3
+ emoji: 🖼️🖼️
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: docker
7
  pinned: false
8
+ duplicated_from: mknolan/internvl25-image-analyzer
9
  ---
10
 
11
+ # InternVL2.5 Dual Image Analyzer
12
+
13
+ This Space uses the InternVL2.5-8B multimodal model to analyze two images together. You can upload two images and ask the model to describe, compare, or analyze them.
14
+
15
+ ## Features
16
+
17
+ - Upload two images simultaneously
18
+ - Choose from predefined prompts or create your own
19
+ - Get detailed analysis comparing both images
20
+ - Uses OpenGVLab/InternVL2_5-8B model
21
+
22
+ ## Usage
23
+
24
+ 1. Upload your images
25
+ 2. Select a prompt or write your own
26
+ 3. Click "Submit" to get the analysis
27
+
28
+ ## About the Model
29
+
30
+ InternVL2.5 is a powerful vision-language model from OpenGVLab that can understand and analyze images with remarkable accuracy. This Space uses the 8B parameter variant, which offers a good balance between performance and resource requirements.
31
+