Skip to content

yonas-g/zindi-dataset-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Download Datasets from Zindi!

import ZindiDownloader.ZindiDownloader as zindi

# this can be found by inspecting html element of dataset's webpage. CTRL + f
url = 'https://api.zindi.africa/v1/competitions/sbtic-animal-classification/files/train_zebras.zip'

auth_token = '1234' # this can be found by inspecting html element of dataset's webpage. CTRL + f and  searh for 'auth'

downloader = zindi.ZindiDataDownloader(auth_token)

downloader.fetch(url, target_path='./')

About

zindi dataset downloader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages