Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,8 @@ tags:
|
|
4 |
- image-captioning
|
5 |
license: apache-2.0
|
6 |
widget:
|
7 |
-
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/
|
8 |
-
example_title:
|
9 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
|
10 |
example_title: Football Match
|
11 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
|
@@ -17,6 +17,13 @@ widget:
|
|
17 |
This is an image captioning model trained by @ydshieh in [flax ](https://github.com/huggingface/transformers/tree/main/examples/flax/image-captioning) this is pytorch version of [this](https://huggingface.co/ydshieh/vit-gpt2-coco-en-ckpts).
|
18 |
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
# Sample running code
|
21 |
|
22 |
```python
|
@@ -74,3 +81,10 @@ image_to_text("https://ankur3107.github.io/assets/images/image-captioning-exampl
|
|
74 |
|
75 |
|
76 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- image-captioning
|
5 |
license: apache-2.0
|
6 |
widget:
|
7 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/savanna.jpg
|
8 |
+
example_title: Savanna
|
9 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
|
10 |
example_title: Football Match
|
11 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
|
|
|
17 |
This is an image captioning model trained by @ydshieh in [flax ](https://github.com/huggingface/transformers/tree/main/examples/flax/image-captioning) this is pytorch version of [this](https://huggingface.co/ydshieh/vit-gpt2-coco-en-ckpts).
|
18 |
|
19 |
|
20 |
+
# The Illustrated Image Captioning using transformers
|
21 |
+
|
22 |
+

|
23 |
+
|
24 |
+
* https://ankur3107.github.io/blogs/the-illustrated-image-captioning-using-transformers/
|
25 |
+
|
26 |
+
|
27 |
# Sample running code
|
28 |
|
29 |
```python
|
|
|
81 |
|
82 |
|
83 |
```
|
84 |
+
|
85 |
+
|
86 |
+
# Contact for any help
|
87 |
+
* https://huggingface.co/ankur310794
|
88 |
+
* https://twitter.com/ankur310794
|
89 |
+
* http://github.com/ankur3107
|
90 |
+
* https://www.linkedin.com/in/ankur310794
|