Skip to content

RickyY1689/ImageCaptionGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCaptionGenerator

Purpose and Process

This python program aims to provide captions to images inputted through either an image url or by local file path.
GUI was designed using Tkinter and caption is generated using computer vision provided by Microsoft Azure's
computer vision API.

Usage

Note that this program requires a Microsoft Azure account.
Using your Microsoft Azure account, create a cognitive service resource group and create an account your program will use to access the API
To run this program, install both python files as well as the jpg image into one folder.
Using notepad, open ImgAnalysis.py and input your Microsoft Azure computer vision account key and endpoint.

Reasources

Documentation on the Microsoft Azure Computer Vision API can be found here.
Creating resource groups and accounts can be done on Azure's CLI and the commands accepted
within the CLI are available here.

About

Generates image captions for images passed through either locally or from an image URL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages