jcao-ai/ShowAndTell
A Show And Tell implementation for iOS 11.0 based on CoreML
This tool helps iOS developers integrate image captioning capabilities into their applications. It takes an image as input and outputs a descriptive English sentence of what's in the picture. Developers can use this to add features like automatic image descriptions for accessibility, content management, or search.
173 stars. No commits in the last 6 months.
Use this if you are an iOS developer building an app that needs to automatically describe images in plain English for users.
Not ideal if you need state-of-the-art captioning accuracy for production use, as this model is a starting point and requires further training.
Stars
173
Forks
12
Language
Swift
License
—
Category
Last pushed
Mar 12, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jcao-ai/ShowAndTell"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...
hollance/Forge
A neural network toolkit for Metal