gitextract_ixdvp4cm/ ├── .gitignore ├── CoreMLSample/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Inceptionv3.mlmodel │ ├── Info.plist │ ├── Main.storyboard │ ├── VideoCapture/ │ │ ├── AVCaptureDevice+Extension.swift │ │ ├── VideoCameraType.swift │ │ └── VideoCapture.swift │ └── ViewController.swift ├── CoreMLSample.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── LICENSE └── README.md