Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noppefoxwolf/imagecaptioning


https://github.com/noppefoxwolf/imagecaptioning

coreml ios swift

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ImageCaptioning

> [!IMPORTANT]
> This project is experimental. It is not intended for production use.

![](https://github.com/noppefoxwolf/ImageCaptioning/blob/main/.github/example.png)

```swift
let image = UIImage(resource: .baseball)
let request = try ImageCaptioningRequest()
let handler = ImageCaptioningRequestHandler(cgImage: image.cgImage!)
try handler.perform(request)
request.result
```