Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support very easily importing any kaggle dataset #8038

Open
williamstein opened this issue Nov 22, 2024 · 0 comments
Open

support very easily importing any kaggle dataset #8038

williamstein opened this issue Nov 22, 2024 · 0 comments

Comments

@williamstein
Copy link
Contributor

Kaggle has datasets like this -- https://www.kaggle.com/datasets/pranavchandane/scut-fbp5500-v2-facial-beauty-scores

However, they do NOT make them trivial or easy to just import in a generic way, probably due to abuse, wanting to track users, throttle, etc. There's no direct wget-able download link, as far as I can tell.

However, there is a standard api client for kaggle and a user with an account on kaggle can use that command line tool to import a dataset via the linux terminal. We should make that much more easier, tested, and supported.

Using +New --> Linux Terminal, then use the terminal as explained in the top answer here to import your data?

https://stackoverflow.com/questions/45261190/how-to-get-kaggle-competition-data-via-command-line-on-virtual-machine

The kaggle api they mention is documented here:

https://github.com/Kaggle/kaggle-api#download-competition-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant