Skip to content

mpdev10/dataset-creation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dataset Web Crawling API

API for Python 3.7 to gather image data for machine learning, using DuckDuckGo Image Search API

Usage can be found in example.py file.
To install on linux, install DuckDuckGo Image Search API, then download/clone the project and execute the command in the directory:

sudo pip install .

Feel free to fork and use in your own projects.