diff --git a/README.md b/README.md index a1e9bf2..8e49c76 100644 --- a/README.md +++ b/README.md @@ -270,9 +270,9 @@ model = Model.load('my_model.json') ![gui](resources/img/gui.gif) -### Here, I decided to print the first 10 predictions and their respective labels to see how the network is performing. +### Here, I replaced Keras/Tensorflow with this library for my [Handigits](https://github.com/marcpinet/handigits) project... -![plot](resources/img/plot.png) +![plot](resources/img/handigits.gif) ### Here is the generated dinosaur names using a simple RNN and a list of existing dinosaur names. diff --git a/resources/img/handigits.gif b/resources/img/handigits.gif new file mode 100644 index 0000000..faa7e03 Binary files /dev/null and b/resources/img/handigits.gif differ diff --git a/resources/img/plot.png b/resources/img/plot.png deleted file mode 100644 index c90156c..0000000 Binary files a/resources/img/plot.png and /dev/null differ