I have a dataset, downloaded from link.
I know about coremltool
(created by Apple).
The question is:
is it possible to convert Stanford dataset
to CoreML
?
If yes - can somebody give me instructions ?
Thanks in advance !
I have a dataset, downloaded from link.
I know about coremltool
(created by Apple).
The question is:
is it possible to convert Stanford dataset
to CoreML
?
If yes - can somebody give me instructions ?
Thanks in advance !
You can make your own .mlmodel file using your own data set with a python script and a python library called coremltools. You can train your model using sklearn, keras, etc. and can customize what is uses to train like SVM, kNN, regression, and so on. Then you save it as a .mlmodelfile and drop that into your project. This video is helpful: https://youtu.be/T4t73CXB7CU
This question is asked so often, that finally I've decided to draw a diagram.
Explanation: