Skip to content

Commit 58ec310

Browse files
add acknowledgement to @maxhanckock1
1 parent 9ca28db commit 58ec310

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy_guides/MacOS_TFLite_Guide.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# How to Run TensorFlow Lite Models on macOS
22
This guide shows how to set up a TensorFlow Lite Runtime environment on a macOS device. We'll use [Anaconda](https://www.anaconda.com/) to create a Python environment to install the TFLite Runtime in. It's easy!
33

4+
Thanks goes to [Max Hancock](https://www.linkedin.com/in/maxwell-hancock/) for contributing this guide!
5+
46
## Step 1. Download and Install Anaconda
57
First, install [Anaconda](https://www.anaconda.com/), which is a Python environment manager that greatly simplifies Python package management and deployment. Anaconda allows you to create Python virtual environments on your Mac without interfering with existing installations of Python. Go to the [Anaconda Downloads page](https://www.anaconda.com/products/distribution) and click the Download button.
68

0 commit comments

Comments
 (0)