MLModelCamera
April 11, 2020 ยท View on GitHub
Create ML enable us to train Core ML models just with Drag-and-Drop. Then, MLModelCamera enable to test the .mlmodel files as a real-time Image Classiffication or Object Detection app just with Drag-and-Drop.

Usage
- Put your
.mlmodelfiles into the/modelsfolder.
That's it! You don't need to add the models manually to the project.
After running the app on your iOS device, you can choose the model with the "Change" button.
Supporting Model Types
- Image Classification
- Object Detection

Requirements
The models are created with Create ML
- Xcode 10+
- iOS 12+
The models are created with coremltools
- Xcode 9+
- iOS 11+
How to find trained models
- https://github.com/SwiftBrain/awesome-CoreML-models
- https://github.com/likedan/Awesome-CoreML-Models
How to find data for training
Author
iOS programmer from Japan.