mknolan commited on
Commit
efafc54
·
verified ·
1 Parent(s): f461859

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -9
README.md CHANGED
@@ -1,10 +1,23 @@
1
- ---
2
- title: Internvl2 Llama3 Demo
3
- emoji: 🏃
4
- colorFrom: gray
5
- colorTo: yellow
6
- sdk: docker
7
- pinned: false
8
- ---
 
 
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # InternVL2 Visual Feature Extraction Demo
2
+
3
+ This Space demonstrates the use of InternViT-6B for visual feature extraction as per the OpenGVLab/InternVL GitHub repository.
4
+
5
+ ## Features
6
+
7
+ - Loads InternViT-6B model for visual feature extraction
8
+ - Extracts features from uploaded or sample images
9
+ - Shows feature dimensions and processing time
10
+ - Uses Gradio for the user interface
11
 
12
+ ## Usage
13
+
14
+ Upload an image or use the sample image to see the visual features that would be extracted for a multimodal model.
15
+
16
+ ## System Requirements
17
+
18
+ - GPU: A100 recommended
19
+ - CUDA support
20
+
21
+ ---
22
+ Created by the OpenGVLab/InternVL team. Implementation by mknolan.
23
+