Giter Site home page Giter Site logo

gauravgajbhiye / image-captioning-transformer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srisai-n/image-captioning-transformer

0.0 0.0 0.0 6.75 MB

Neural Image Captioning with Transfer Learning and Transformer

Jupyter Notebook 100.00%

image-captioning-transformer's Introduction

image-captioning-transformer

Neural Image Captioning with Transfer Learning and Transformer

This repository contains three .ipynb files, along with our project presentation and report.

  • model1 - employs InceptionV3 Network for feature extraction, and RNN with GRUs and Attention for caption generation
  • model2 - employs Xception Network for feature extraction, and RNN with GRUs and Attention for caption generation
  • model3 - employs Xception Network for feature extraction and Transformer Model for caption generation

Summary

  • developed a neural network model that automatically describes the contents of an image.
  • involved efficiently extracting the image features with Transfer learning from 'Xception' deep CNN architecture that was pre-trained on ImageNet and generating captions using 'Transformer' - a mechanism based solely on self-attention layers
  • achieved higher BLEU-1,2,3,4 scores on Flickr8k data set when compared with conventional captioning models that used VGG16 encoder and LSTM-based decoder
  • used Python, TensorFlow, Keras, NLTK, OpenCV, NumPy, Scikit-learn
  • part of the course 'CSE 676 - Deep Learning' at University at Buffalo, SUNY

image-captioning-transformer's People

Contributors

srisai-n avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.