Skip to content

Commit 4ea0731

Browse files
authored
Update README.md
1 parent 69d7bea commit 4ea0731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can launch this jupyter notebook in an executable environment by clicking on
77
It's based on Douglas Duhaime's tutorial [identifying similar images with tensorflow](http://douglasduhaime.com/posts/identifying-similar-images-with-tensorflow.html) which is very clearly laid out and explained. In this notebook, I've compressed the steps. The 'images' directory only has 25 images in it for demo purposes. In Duhaime's post, the images folder (that you grab with `wget` has about 2000 images in it).
88

99
UPDATE
10-
the `environment.yml` file should specify what python bits and pieces need to be installed, so that should save us from having to `!pip` install. There is a package called `RPy2` that can be loaded this way, that then lets us do bits and bobs of R mixed in with python - see [this post](https://medium.com/@mbussonn/baf064ca1fb6).
10+
the `requirements.txt` file should list the python bits and pieces need to be installed, so that should save us from having to `!pip` install. There is a package called `RPy2` that can be loaded this way, that then lets us do bits and bobs of R mixed in with python - see [this post](https://medium.com/@mbussonn/baf064ca1fb6).
1111

1212
to get the R kernel so that I can have just an R notebook we need the `runtime.txt` file. Inside that, we have a single line that says `r-2018-04-01` (where the date stamp comes from [this](https://mran.microsoft.com/timemachine)).
1313

0 commit comments

Comments
 (0)