mknolan commited on
Commit
60e86bb
·
verified ·
1 Parent(s): 9135ce4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -5
README.md CHANGED
@@ -1,10 +1,33 @@
1
  ---
2
- title: Internvl2 Feature Extractor
3
- emoji: 📈
4
- colorFrom: indigo
5
- colorTo: green
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 Visual Extraction Demo
3
+ emoji: 🖼️
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
+ sdk_version: "3.25.0"
8
+ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
+ # InternVL2 Visual Feature Extraction Demo
13
+
14
+ This Space demonstrates the use of InternViT-6B for visual feature extraction as per the OpenGVLab/InternVL GitHub repository.
15
+
16
+ ## Features
17
+
18
+ - Loads InternViT-6B model for visual feature extraction
19
+ - Extracts features from uploaded or sample images
20
+ - Shows feature dimensions and processing time
21
+ - Uses Gradio for the user interface
22
+
23
+ ## Usage
24
+
25
+ Upload an image or use the sample image to see the visual features that would be extracted for a multimodal model.
26
+
27
+ ## System Requirements
28
+
29
+ - GPU: A100 recommended
30
+ - CUDA support
31
+
32
+ ---
33
+ Created by the OpenGVLab/InternVL team. Implementation by mknolan.