Skip to content

limbaniharsh/image-description

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Description

ID logo

Image Description refers to the process of generating meaningful descriptions from images based on objects and activities detected in the images.

Specifications

  • Dataset : MS COCO 2014

  • Dataset link : https://cocodataset.org/

  • Image Datasize : 1,25,000

  • Trainable Parameters : 13,855,013

  • Layers : 12


Model Architecture :

Model


To run this project on local machine

  • Install virtualenv by:

pip install virtualenv

  • Create virtual environment :

virtualenv my_env

  • Activate virtual env :

my_env\Scripts\activate

  • Install requirements for project :

pip install -r requirements.txt

  • Run this project :

python app.py

  • Test the project :

Go to localhost:9999 in your browser.


Live Version

You can see it on https://img-descriptor.herokuapp.com/


Output

Output 1

Output 2


Creators

About

Machine learning project for Image Captioning, designed to automatically generate natural-language descriptions of images by identifying key objects, scenes, and activities. Enhances accessibility and enables more accurate image-based search.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 47.1%
  • Python 32.0%
  • HTML 20.9%