-
Updated
Oct 22, 2020 - Python
#
coremltools
Here are 34 public repositories matching this topic...
Largest list of models for Core ML (for iOS 11+)
ios
machine-learning
apple
awesome
caffe
download
model
models
ml
awesome-list
curated-list
caffemodel
tensorflow-models
ios11
coreml
core-ml
coreml-framework
coremltools
coreml-models
coreml-model
enhancement
Improvement to existing functionality (type)
question
Response providing clarification needed. Will not be assigned to a release. (type)
good first issue
Issue for a contributor to self-assign and complete
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
nlp
swift
ios
natural-language-processing
computer-vision
alamofire
keras
vision
arkit
coreml
coremltools
vision-framework
swiftui
ml-kit
realitykit
-
Updated
Jun 27, 2022 - Swift
Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
-
Updated
Mar 15, 2021 - Jupyter Notebook
Collection of models for Core ML
swift
ios
machine-learning
awesome
ai
deep-learning
model
awesome-list
machine-learning-models
ios11
coreml
coreml-framework
coremltools
coreml-models
-
Updated
Dec 7, 2019
gunjunlee
commented
Dec 10, 2019
🌱 Describe your Feature Request
Support Path (from pathlib) as type of argument model
convert doesn't support Path as type of argument model
but onnx.load supports Path
Use cases
from pathlib import Path
model_path = Path("path/to/onnx")
convert(model_p
help wanted
Available to be contributed to by any member.
good first issue
Issue for a contributor to self-assign and complete
feature request
Functionality does not currently exist, would need to be created as a new feature (type)
Converted CoreML Model Zoo.
swift
ios
machine-learning
deep-learning
gan
image-classification
object-detection
gans
super-resolution
semantic-segmentation
coreml
coreml-framework
coremltools
style-gan
-
Updated
Jun 28, 2022
Hand-gesture recognition on iOS app using CoreML
swift
ios
demo
machine-learning
deep-neural-networks
deep-learning
keras
rnn
ios11
coreml
coremltools
-
Updated
May 24, 2018 - Swift
Curated way to convert deep learning model to mobile⚡️
-
Updated
Oct 10, 2018 - Jupyter Notebook
Deep learning installed Shape Detector using Keras and CoreML 📱
-
Updated
Aug 4, 2020 - Jupyter Notebook
Demo of using keras to generate a neural network and iOS 11 to run the converted model.
-
Updated
Apr 16, 2020 - Swift
Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.
-
Updated
Jun 21, 2017 - Swift
iOS image classification app using Core ML and MobileNet
-
Updated
Jul 6, 2022 - Jupyter Notebook
Repo accompanying the blog post "How to Deploy A State-of-the-art PyTorch Model to iOS via Core ML (Part 3)".
-
Updated
Jul 3, 2020 - Swift
Super simple end to end test of Keras, TensorFlow and CoreML
-
Updated
Mar 26, 2018 - Jupyter Notebook
Repo accompanying the blog post "How to Deploy PyTorch Models with Core ML Conversion Issues"
-
Updated
Jul 3, 2020 - Swift
Introduction to XGBoost with an Implementation in an iOS Application
python
swift
machine-learning
ios-app
ios-swift
xgboost
xgboost-algorithm
decision-tree-regression
coremltools
ensemble-machine-learning
xgboost-python
-
Updated
Jun 22, 2022 - Swift
Repository to accompany the blog post
-
Updated
May 29, 2020 - Swift
PyTorch to CoreML: Writing custom layers with Metal https://medium.com/@ovechko.056/pytorch-to-coreml-writing-custom-layers-with-metal-e8922b51895
-
Updated
Jun 30, 2022 - Swift
Keras, Vision y CoreML para desarrollar una app que identifica los números de serie de las bicicletas del servicio BiciMAD
python
swift
ios
keras
vision
image-recognition
convolutional-neural-networks
vision-api
swift4
coreml
coremltools
-
Updated
Jul 3, 2018 - Swift
example of Core ML Tools when converted from TensorFlow and PyTorch
-
Updated
Apr 10, 2021 - Jupyter Notebook
Use CoreMLTools to differentiate flower
-
Updated
Apr 5, 2021 - Swift
4th year project
python
scraper
django
web
sqlite
scikit-learn
lambda-functions
django-rest-framework
keras
django-framework
matplotlib
football
premier-league
keras-models
keras-neural-networks
poisson-distribution
keras-tensorflow
coremltools
footballpredictor
scoccer
-
Updated
May 3, 2018 - Python
Sample App to classify Simpsons using Keras
-
Updated
Apr 14, 2019 - Swift
Wrapper of coremltools for motion sensor data
-
Updated
Aug 21, 2021 - Python
Improve this page
Add a description, image, and links to the coremltools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coremltools topic, visit your repo's landing page and select "manage topics."
Is there any method for printing converted operation shape during converting?
I converted to
.mlmodel, but the model doesn't have output shapes. So I want to inspect which operation was incorrectly converted.In 3.x coremltools, I can see all shapes each operation. But in 4.0b1, I cannot see it anymore and coremltools only shows the progress status.
v3.x log exampl