Elixir library for interfacing with the Kaggle API
This library is in an early stage and mostly just supports downloading datasets.
The package can be installed by adding ex_kaggle to your list of dependencies in mix.exs:
def deps do
[
{:ex_kaggle, "~> 0.1.0"}
]
endDocumentation can found on HexDocs at https://hexdocs.pm/ex_kaggle.