ExKaggle

View Source

Elixir library for interfacing with the Kaggle API

This library is in an early stage and mostly just supports downloading datasets.

Installation

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"}
  ]
end

Documentation can found on HexDocs at https://hexdocs.pm/ex_kaggle.