Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Image Captioning (CPU/GPU)
|
2 |
|
3 |
- **Model:** `nlpconnect/vit-gpt2-image-captioning` (MIT)
|
@@ -25,4 +36,4 @@ and while running the main.py code using command then only you the output
|
|
25 |
|
26 |
other wise you get the output like this
|
27 |
usage: main.py [-h] --image IMAGE
|
28 |
-
error: the following arguments are required: --image
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- nlpconnect/vit-gpt2-image-captioning
|
7 |
+
pipeline_tag: image-to-text
|
8 |
+
library_name: transformers
|
9 |
+
tags:
|
10 |
+
- image-captioning
|
11 |
+
---
|
12 |
# Image Captioning (CPU/GPU)
|
13 |
|
14 |
- **Model:** `nlpconnect/vit-gpt2-image-captioning` (MIT)
|
|
|
36 |
|
37 |
other wise you get the output like this
|
38 |
usage: main.py [-h] --image IMAGE
|
39 |
+
error: the following arguments are required: --image
|