**********
Converters
**********

Automatically convert models from popular machine learning libraries such as
TensorFlow, Keras, Caffe, scikit-learn, LIBSVM, and XGBoost to the Core ML
format.

.. automodule:: coremltools.converters
.. currentmodule:: coremltools.converters

.. autosummary::
  :nosignatures:
  :toctree: generated/

    tensorflow.convert
    keras.convert
    caffe.convert
    libsvm.convert
    sklearn.convert
    xgboost.convert