# tf-coreml/tf-coreml

TensorFlow to CoreML Converter

Repository: https://github.com/tf-coreml/tf-coreml
Canonical: https://ross.abutalabs.com/products/tf-coreml
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2020-07-01T16:48:19+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3248, "days_push": 2254, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1328, forks 163 (observed 2026-08-28T04:04:23.630634+00:00)

## What it is
A Python library that converts TensorFlow 1 frozen graph models (.pb) into Apple CoreML format for deployment on iOS devices. It is no longer maintained and has been superseded by the TensorFlow converter in Apple's coremltools package.

## Use cases
- convert a frozen TensorFlow 1 graph_def to CoreML format
- deploy TensorFlow models on iOS 12 or earlier
- run TensorFlow neural networks natively on Apple devices
- migrate legacy TF1 .pb models to CoreML

## When to choose
- your deployment target is iOS 12 or earlier
- your source model is a TensorFlow 1 graph_def serialized as a frozen protobuf
- you cannot use coremltools 4.0+ for a legacy model

## When to avoid
- you are targeting iOS 13 or later - use coremltools instead
- your model is TensorFlow 2.x or a SavedModel
- you need ongoing bug fixes or community support
- you are starting a new project

## Facets
- artifact type: library
- maturity: abandoned
- function: machine-learning, compiler
- domain: machine-learning, developer-tools
- platform: python
- tags: model-conversion, tensorflow, coreml, deprecated, ios-deployment, macos, ios

## Member repositories
- tf-coreml/tf-coreml (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:23.630634+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:45:58.892501+00:00, confidence not recorded.
  - readme: https://github.com/tf-coreml/tf-coreml (fetched 2026-08-28T04:04:23.630634+00:00, sha 5e146367886e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
