We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d95d9 commit d70a3b3Copy full SHA for d70a3b3
Google-Image-Scrapper/README.md
@@ -0,0 +1,18 @@
1
+# Google Image Scrapper
2
+
3
+
4
5
6
7
+## You will need docker to run the application
8
9
10
+## Run the following command to run the application
11
12
+```console
13
+docker build --tag google_image:1.0 .
14
+docker run --name google_image_flask -p 8000:8000 -v ~/simple_images:/opt/simple_images google_image:1.0
15
+```
16
+- Your downloaded images will be at ~/simple_images
17
18
+***The real craft is scrapper.py module which can be engineered according to your use case***
0 commit comments