Skip to content

Saptarshi-Bandopadhyay/SnapScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapScript

demo pic

Overview

A Image Captioning system capable of generating caption for single images.

  • Uses Transformer architecture.
  • Integrates EfficientNetB0 for image embeddings and employs a vocabulary size of 10,000.
  • Achieving 73% accuracy on the Flicker8k dataset
  • Deployed using Gradio

Usage

  1. Install all the packages
python3 -m pip install -r requirements.txt
  1. Run the Gradio app
gradio app.py

About

Image Captioning model using Transformer and EfficientnetB0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published