Skip to content

Commit a25e9d2

Browse files
committed
add image captioning tutorial
1 parent 435bef1 commit a25e9d2

File tree

4 files changed

+12668
-0
lines changed

4 files changed

+12668
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ This is a repository of all the tutorials of [The Python Code](https://www.thepy
101101
- [A Guide to Explainable AI Using Python](https://www.thepythoncode.com/article/explainable-ai-model-python). ([code](machine-learning/explainable-ai))
102102
- [Autoencoders for Dimensionality Reduction using TensorFlow in Python](https://www.thepythoncode.com/article/feature-extraction-dimensionality-reduction-autoencoders-python-keras). ([code](machine-learning/feature-extraction-autoencoders))
103103
- [Exploring the Different Types of Clustering Algorithms in Machine Learning with Python](https://www.thepythoncode.com/article/clustering-algorithms-in-machine-learning-with-python). ([code](machine-learning/clustering-algorithms))
104+
- [Image Captioning using PyTorch and Transformers](https://www.thepythoncode.com/article/image-captioning-with-pytorch-and-transformers-in-python). ([code](machine-learning/image-captioning))
104105

105106
- ### [General Python Topics](https://www.thepythoncode.com/topic/general-python-topics)
106107
- [How to Make Facebook Messenger bot in Python](https://www.thepythoncode.com/article/make-bot-fbchat-python). ([code](general/messenger-bot))

0 commit comments

Comments
 (0)