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

https://github.com/hatashiro/tf-tutorial

Code of TensorFlow tutorial
https://github.com/hatashiro/tf-tutorial

tensorflow tutorial

Last synced: 9 months ago
JSON representation

Code of TensorFlow tutorial

Awesome Lists containing this project

README

          

# tf-tutorial

Code of [TensorFlow tutorial](https://www.datacamp.com/community/tutorials/tensorflow-tutorial) on DataCamp

## How to run

Written in Python 3.7.1.

Install requirements:

```shell
$ pip install tensorflow
$ pip install scikit-image
```

Download Belgium traffic sign dataset:

```shell
./download_data.sh
```

Run:

```shell
$ python main.py
```

## License

MIT