Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.29 KB

Show and Tell

Create Natural Captions for Images

im2txt is a ML model that can take in images, and generate captions describing the scene.

Check Out the IPython Tutorial Below To Get This Model Running!

Prediction Examples:

a group of people riding bikes down a dirt road a group of people walking down a street

How Good Is This Model?

The performance published in the original paper shows results comparable to human performance in certain accuracy/quality metrics. However, due to the relatively small dataset and types of examples available in the training (learning) dataset, the performance varies in the real world.

Misc

The code for the model/training is licensed under Apache License 2.0 and the trained model weights is licensed under MIT.