Commit e4a623e 1 parent 8a6c2eb commit e4a623e Copy full SHA for e4a623e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ Classify animal photos by Deep Learning.
6
6
1 . Download Anaconda from [ anaconda.com] ( https://www.anaconda.com/ ) , and install it.
7
7
1 . Setup new python environment with Anacond-Navigator
8
8
1 . Open a terminal window, and do following installations
9
- 1 . Add TensorFlow:
9
+ 1 . Add TensorFlow module to your Python environment by typing following command in terminal.
10
10
11
11
```
12
12
pip install tensorflow
13
13
```
14
14
15
- 1. Add FlickrAPI:
15
+ 1. Add FlickrAPI module to your Python environment by typing following command in terminal.
16
16
17
17
```
18
18
pip install flickrapi
19
19
```
20
20
21
- 1. Clone this repository
21
+ 1. Go to your working folder, and clone this repository by typing following command in terminal.
22
22
23
23
```
24
24
git clone [email protected] :tetsu/animal-classifier.git
You can’t perform that action at this time.
0 commit comments