Skip to content

krikunts/captionbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

captionbot

PyPi Package Version

Captionbot is a simple API wrapper for https://www.captionbot.ai/

Installation

You can install captionbot using pip:

$ pip install captionbot

Usage

To use, simply do:

>>> from captionbot import CaptionBot
>>> c = CaptionBot()
>>> c.url_caption('your image url here')
>>> c.file_caption('your local image filename here')