Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/imagecaptioning
https://github.com/noppefoxwolf/imagecaptioning
coreml ios swift
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noppefoxwolf/imagecaptioning
- Owner: noppefoxwolf
- Created: 2023-12-19T19:15:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-19T19:40:19.000Z (11 months ago)
- Last Synced: 2024-05-02T05:46:01.975Z (7 months ago)
- Topics: coreml, ios, swift
- Language: Swift
- Homepage:
- Size: 74.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```