Skip to content

durellwilson/coreml-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– CoreML Starter

Foundation ML models and patterns for iOS apps

Features

  • 🧠 Image classification wrapper
  • πŸ“Š Prediction result handling
  • ⚑ Async/await support
  • 🎯 Type-safe predictions

Models Supported

  • Image Classification
  • Text Classification
  • Object Detection (coming soon)

Usage

import CoreMLStarter

let classifier = ImageClassifier()
let result = try await classifier.predict(image: uiImage)
print(result.label) // "cat"
print(result.confidence) // 0.95

Perfect for Detroit ML developers! πŸ™οΈ

About

πŸ€– Foundation ML models and patterns for iOS - Detroit AI community

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages