An open API service indexing awesome lists of open source software.

https://github.com/vwxyzjn/tensorflowbyexample

Make tensorflow more practical and less magical
https://github.com/vwxyzjn/tensorflowbyexample

machine-learning python tensorflow

Last synced: 3 months ago
JSON representation

Make tensorflow more practical and less magical

Awesome Lists containing this project

README

          

# Tensorflow By Example

Make tensorflow more practical and less magical.

# How to build

Run the following command:

```bash
cd ui
pip install -e .
cd ..
python build.py
```