• Stars
    star
    173
  • Rank 212,966 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Flickr Image Scraper

Introduction

This directory contains Flickr image-scraping software developed by Ultralytics LLC, and is freely available for redistribution under the GPL-3.0 license. For more information please visit https://www.ultralytics.com.

Requirements

Python 3.7 or later with all of the pip install -U -r requirements.txt packages including:

  • flickrapi

Install

$ git clone https://github.com/ultralytics/flickr_scraper
$ cd flickr_scraper
$ pip install -U -r requirements.txt

Run

  1. Request a Flickr API key: https://www.flickr.com/services/apps/create/apply

  2. Write your API key and secret in flickr_scraper.py L11-L12:

key = ''
secret = ''
  1. Search for up to n images, and optionally --download. URLs are printed to screen and downloaded images are saved in flickr_scraper/images. Note that image downloads may be subject to Flickr rate limits and other limitations. See https://www.flickr.com/services/developer/api/ for full information.
$ python3 flickr_scraper.py --search 'honeybees on flowers' --n 10 --download

0/10 https://live.staticflickr.com/21/38596887_40df118fd9_o.jpg
1/10 https://live.staticflickr.com/4800/40729137901_5dafdc039f_o.jpg
2/10 https://farm8.staticflickr.com/7428/27138770446_6618c10ffb_b.jpg
3/10 https://live.staticflickr.com/925/29647053658_728134f6ca_o.jpg
4/10 https://live.staticflickr.com/1732/27535176747_78b83536af_o.jpg
5/10 https://live.staticflickr.com/7850/47160160332_6b0c88e207_o.jpg
6/10 https://live.staticflickr.com/1919/44312457665_6f7b6c2c42_o.jpg
7/10 https://live.staticflickr.com/7922/46297818725_21c13a3629_o.jpg
8/10 https://live.staticflickr.com/8045/29760999676_e71c938283_o.jpg
9/10 https://live.staticflickr.com/1770/43276172331_e779b8c161_o.jpg
Done. (4.1s)
All images saved to /Users/glennjocher/PycharmProjects/flickr_scraper/images/honeybees_on_flowers/

Cite

DOI

About Us

Ultralytics is a U.S.-based particle physics and AI startup with over 6 years of expertise supporting government, academic and business clients. We offer a wide range of vision AI services, spanning from simple expert advice up to delivery of fully customized, end-to-end production solutions, including:

  • Cloud-based AI systems operating on hundreds of HD video streams in realtime.
  • Edge AI integrated into custom iOS and Android apps for realtime 30 FPS video inference.
  • Custom data training, hyperparameter evolution, and model exportation to any destination.

For business inquiries and professional support requests please visit us at https://www.ultralytics.com.

Contact

Issues should be raised directly in the repository. For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at [email protected].

More Repositories

1

yolov5

YOLOv5 πŸš€ in PyTorch > ONNX > CoreML > TFLite
Python
45,908
star
2

ultralytics

NEW - YOLOv8 πŸš€ in PyTorch > ONNX > OpenVINO > CoreML > TFLite
Python
23,282
star
3

yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Python
9,822
star
4

JSON2YOLO

Convert JSON annotations into YOLO format.
Python
448
star
5

xview-yolov3

xView 2018 Object Detection Challenge: YOLOv3 Training and Inference.
Python
222
star
6

assets

Ultralytics assets
99
star
7

hub

Ultralytics HUB tutorials and support
Jupyter Notebook
70
star
8

velocity

Structure From Motion (SFM) for vehicle speed
Python
31
star
9

stars

Count GitHub Stars ⭐
Python
23
star
10

kinect

3D Scene Reconstruction in MATLAB with the Microsoft Kinect depth sensor.
MATLAB
14
star
11

wave

WAveform Vector Exploitation (WAVE): Machine Learning for particle physics detectors.
Python
14
star
12

functions-matlab

Common functions employed throughout various Ultralytics projects.
MATLAB
11
star
13

ultralytics.github.io

Ultralytics Docs at http://docs.ultralytics.com
HTML
9
star
14

petsys

LYSO-SiPM gamma scatter analysis from data collected by Ultralytics at PETSYS labs in Lisbon, Portugal, 2017.
Python
7
star
15

pip

Python package template repository
Python
7
star
16

docs

Ultralytics Docs at https://docs.ultralytics.com/
7
star
17

.github

Ultralytics GitHub default .github repository.
6
star
18

xview-docker

xView 2018 Object Detection Challenge: Docker container submission code
Python
6
star
19

mnist

MNIST Sandbox for testing neural network architectures.
Python
5
star
20

agm2015

AntiNeutrino Global Map (AGM) 2015 production code
MATLAB
5
star
21

miniTimeCube

miniTimeCube (mTC) antineutrino detector simulation and analysis.
MATLAB
4
star
22

msvm

Minimum Separation Vector Mapping (MSVM)
MATLAB
3
star
23

ntc

Neutron TimeCube (NTC) neutron detector simulation and analysis
MATLAB
3
star
24

nudar

NeUtrino Detection and Ranging (NUDAR): earth modeling and neutrino detection simulation software
MATLAB
2
star
25

sandd

Python
2
star
26

ios_screenshots

Python
2
star
27

magellan

Earth observation software powered by Machine Learning (ML). Viewable in Google Maps and WebGL Earth.
MATLAB
2
star
28

package-framework

Repository structure framework for future Ultralytics projects
Python
2
star
29

mkdocs

MkDocs plugin for Ultralytics Docs at https://docs.ultralytics.com
Python
2
star
30

host

1
star
31

iSky

Swift
1
star
32

yolo-ios-app

Ultralytics YOLO iOS App source code for using YOLO in your own iOS apps!
Swift
1
star