Skip to content

ccabanero/ios-coreml-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoreML Code Snippets

icon

Random code snippets while learning CoreML - an iOS framework for running trained Machine Learning models.

Real-Time Object Detection

screen

  • Real-time capture using AVCaptureSession.
  • Uses a CoreML Model (Resnet50.mlmodel) to detect objects within the captured data.
  • Reports the detected objects and confidence level.

Face Detection

screen

  • User can choose a photo from their Photo Library.
  • The Vision Framework is used to detect faces in the chosen photo.
  • The detected bounding box around each face is drawn as a red rectangle in the image. Face bounding box remain when the photo is rotated from portrait to landscape.

References

Connect

About

Code snippets using CoreML - an iOS framework for running trained Machine Learning models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages