README.md

# Ai

AI Elixir convenience package. 

Inspired by a San Francisco billboard ```npm -i ai``` https://www.npmjs.com/package/ai

## Requirements

On Ubuntu

```sudo apt install cmake```

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ai` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ai_ex, "~> 0.1.0"}
  ]
end
```

Docs can be found at <https://hexdocs.pm/ai_ex>.