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
- Host: GitHub
- URL: https://github.com/hatashiro/tf-tutorial
- Owner: hatashiro
- Created: 2018-11-05T13:57:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T02:36:05.000Z (over 7 years ago)
- Last Synced: 2025-04-04T03:43:54.587Z (about 1 year ago)
- Topics: tensorflow, tutorial
- Language: Python
- Homepage: https://github.com/utatti/tf-tutorial
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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