Varsha Dewangan commited on
Commit
d853d45
·
1 Parent(s): ee1d4aa

updated readme file

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  Image Captioning with Attention
2
  This project implements an image captioning model using a ResNet50-based CNN Encoder and an LSTM Decoder with Bahdanau-style Attention. The model is trained on the COCO 2017 dataset to generate descriptive captions for images.
3
 
 
1
+ title: ImageCaptioningProject
2
+ emoji: 😻
3
+ colorFrom: indigo
4
+ colorTo: gray
5
+ sdk: docker
6
+ pinned: false
7
+
8
  Image Captioning with Attention
9
  This project implements an image captioning model using a ResNet50-based CNN Encoder and an LSTM Decoder with Bahdanau-style Attention. The model is trained on the COCO 2017 dataset to generate descriptive captions for images.
10