ammarlodhi255 / image-captioning-system-to-assist-the-blind

An image captioning system that is able to predict and speak out a caption of an image taken by visually impaired.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Name: Image Captioning System To Assist The Blind

The project is aimed at developing a system using deep learning techniques to assist visually impaired individuals in obtaining information by describing images taken by them.

Primary Goal

The primary goal of the project is to develop a system using deep learning techniques to assist visually impaired individuals in obtaining information by describing images taken by them. The system uses a CNN model and an NLP model to create a single image captioning system that takes image features as input and generates a text sequence describing the image.

Outcome(s)

Incorporated state-of-the-art pre-trained models, such as ResNet50, VGG16, and VGG19, for image feature extraction and LSTM and Bidirectional LSTM for text generation. Evaluated various models to determine the best-performing model with a BLEU-score of 0.61 and deployed it using Flask and pyttsx3 for web and text-to-speech functionality in the app.

Screenshots

Dataset Split

Dataset Design

Model Anatomy

Model Anatomy

Project Workflow

Project Workflow

Results

Results Table

Final Outcome

Home Interface Browse Selected Choice Generating Generated

Additional Outputs

Output1 Output2

About

An image captioning system that is able to predict and speak out a caption of an image taken by visually impaired.


Languages

Language:Jupyter Notebook 96.2%Language:Python 1.3%Language:HTML 1.2%Language:JavaScript 0.6%Language:CSS 0.5%