{"id":24923221,"url":"https://github.com/doarakko/flickr-image-downloader","last_synced_at":"2025-03-28T11:17:24.913Z","repository":{"id":114207583,"uuid":"315985931","full_name":"Doarakko/flickr-image-downloader","owner":"Doarakko","description":"Download image from flickr for machine learning","archived":false,"fork":false,"pushed_at":"2024-07-01T16:48:07.000Z","size":92,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T11:36:43.491Z","etag":null,"topics":["dataset","flickr","flickr-api","image-classification","image-recognition","machine-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Doarakko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-11-25T15:52:07.000Z","updated_at":"2023-06-04T08:56:36.000Z","dependencies_parsed_at":"2024-04-01T17:43:44.921Z","dependency_job_id":null,"html_url":"https://github.com/Doarakko/flickr-image-downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fflickr-image-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fflickr-image-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fflickr-image-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fflickr-image-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doarakko","download_url":"https://codeload.github.com/Doarakko/flickr-image-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017723,"owners_count":20710240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dataset","flickr","flickr-api","image-classification","image-recognition","machine-learning"],"created_at":"2025-02-02T11:36:51.545Z","updated_at":"2025-03-28T11:17:24.893Z","avatar_url":"https://github.com/Doarakko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flickr image downloader\n\n```text\ndata\n├── cat.json\n├── dog.json\n├── images\n│   ├── cat\n│   │   ├── 33415747642.jpg\n│   │   ├── 37204248186.jpg\n│   │   ├── 38374394775.jpg\n│   │   ├── 45591380462.jpg\n│   │   └── 46106952034.jpg\n│   └── dog\n│       ├── 32996282558.jpg\n│       ├── 33164281888.jpg\n│       ├── 39731736542.jpg\n│       ├── 40693090171.jpg\n│       └── 45160323522.jpg\n└── queries.txt\n```\n\n## Requirments\n\n- Python 3.11\n- flickr API Key\n\n## Usage\n\n### 1. Enter your API Key and number of images to download per query to `.env`\n\n```bash\nmv .env.sample .env\n```\n\n### 2. Enter search keywords in the `data/queries.txt` separated by line breaks\n\n```bash\nmv data/queries.txt.sample data/queries.txt\n```\n\n```txt\ndog\ncat\n```\n\n### 4. Install Python package\n\n```bash\npoetry install\n```\n\n### 5. Request to flickr and get image url\n\n```bash\npoetry run python get_image_url.py\n```\n\n### 6. Download image\n\n```bash\npoetry run python download_image.py\n```\n\n## Reference\n\n- [flickr API](https://www.flickr.com/services/api/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fflickr-image-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoarakko%2Fflickr-image-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fflickr-image-downloader/lists"}