gitextract_1wv_1daf/ ├── Gesture-Recognition-101-CoreML-ARKit/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.swift │ ├── art.scnassets/ │ │ └── ship.scn │ └── example_5s0_hand_model.mlmodel ├── Gesture-Recognition-101-CoreML-ARKit.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── xcuserdata/ │ └── hanleyweng.xcuserdatad/ │ └── xcschemes/ │ └── xcschememanagement.plist ├── LICENSE └── README.md