diff --git a/.gitignore b/.gitignore index 3335bfa..95cf7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,9 @@ -*.jpeg -*.png -*.jpg -*.tif -*.bmp -*.pyc +./*.jpeg +./*.png +./*.jpg +./*.tif +./*.bmp +./*.pyc gr-tempest/build/ gr-tempest/examples/*.py gr-tempest/examples/simulations/*.py diff --git a/README.md b/README.md index e36ac23..81ead2e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ The [**gr-tempest**](https://github.com/git-artes/gr-tempest) project (*monitor image espionage in GNU Radio*) is extended using *deep learning* to improve the quality of the spied images. The main goal is to recover the text present in the image captured by the espionage system. + + You can also find a video of the system in operation, [available at this link](https://www.youtube.com/watch?v=ig3NWg_Yzag). ## Cite this work (TODO) diff --git a/examples.png b/examples.png new file mode 100644 index 0000000..befab35 Binary files /dev/null and b/examples.png differ