diff --git a/README.md b/README.md index aa2bab1..237b96b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # spacy-raspberry -A raspberry pi 64bit image with spacy and neuralcoref pre-installed + +This is a 64bit Raspberry Pi image with spacy and neuralcoref pre-installed. + +![](imgs/preview.png) + +# requirements +- a raspberry pi 3 (tested with 3b+ 2017) +- a microSD ( > 8gb ) + +# installing +- use Etcher to write the image to your microSD + +![](imgs/etcher.png) diff --git a/imgs/etcher.png b/imgs/etcher.png new file mode 100644 index 0000000..8c67de1 Binary files /dev/null and b/imgs/etcher.png differ diff --git a/imgs/preview.png b/imgs/preview.png new file mode 100644 index 0000000..10b9af7 Binary files /dev/null and b/imgs/preview.png differ