Skip to content

Commit d234cdb

Browse files
committed
Updated readme content
1 parent 784c40e commit d234cdb

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
# samples
2-
TensorFX samples
1+
# TensorFX samples
2+
3+
This repository contains the latest set of samples demonstrating using TensorFX
4+
to train and predict with TensorFlow models.
5+
6+
In order to run the samples, you'll need to install a few python libraries. The
7+
recommendation is to use [Miniconda](https://conda.io/miniconda.html) for your
8+
Python environment, and optionally use a conda virtual environment to isolate
9+
installations. In your environment, run the following commands:
10+
11+
pip install tensorflow
12+
pip install tensorfx
13+
14+
15+
## Classification
16+
17+
* [Census](./census)
18+

0 commit comments

Comments
 (0)