Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shu223/mlmodelcamera
A camera app to test .mlmodel files.
https://github.com/shu223/mlmodelcamera
Last synced: 5 days ago
JSON representation
A camera app to test .mlmodel files.
- Host: GitHub
- URL: https://github.com/shu223/mlmodelcamera
- Owner: shu223
- License: mit
- Created: 2018-06-17T00:53:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:32:36.000Z (6 months ago)
- Last Synced: 2024-05-29T11:16:57.835Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 44.7 MB
- Stars: 371
- Watchers: 10
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# MLModelCamera
[Create ML](https://developer.apple.com/documentation/create_ml) enable us to train [Core ML](https://developer.apple.com/documentation/coreml) 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.
![](READMEResources/figure.png)
## Usage
- Put your `.mlmodel` files into the `/models` folder.
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![](READMEResources/MLModelCamera_.png)
## 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
- https://github.com/awesomedata/awesome-public-datasets
- https://www.kaggle.com/datasets## Author
**[Shuichi Tsutsumi](https://github.com/sponsors/shu223)**
iOS programmer from Japan.
- PAST WORKS: [My Profile Summary](https://medium.com/@shu223/my-profile-summary-f14bfc1e7099#.vdh0i7clr)
- PROFILES: [LinkedIn](https://www.linkedin.com/in/shuichi-tsutsumi-525b755b/)
- BLOGS: [English](https://medium.com/@shu223/) / [Japanese](http://shu223.hatenablog.com/)
- CONTACTS: [Twitter](https://twitter.com/shu223) / [Facebook](https://www.facebook.com/shuichi.tsutsumi)