You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ You can launch this jupyter notebook in an executable environment by clicking on
7
7
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).
8
8
9
9
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).
11
11
12
12
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)).
0 commit comments