Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/12345k/download-images-from-the-url-imagenet
https://github.com/12345k/download-images-from-the-url-imagenet
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/12345k/download-images-from-the-url-imagenet
- Owner: 12345k
- Created: 2018-08-31T18:34:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:22:37.000Z (about 2 years ago)
- Last Synced: 2023-03-04T13:45:01.630Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Download-images-from-the-url-IMAGENET
It is very simple scriprt to download images from the url. I just made for [Imagenet](http://www.image-net.org/) but it cam customized for any url link.
##### This script will run on python 3 above not in python 2 due to urllib packages
# Follow the steps
1) Paste the url to the link variable
2) Remove the if condition
```
if(count==10):
break
```
If you want to download more than 10 images
### Happy coding