README.md

# GoogleApi.RecommendationEngine

Recommendations AI client library.

Recommendations AI service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_recommendation_engine` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_recommendation_engine, "~> 0.2"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/recommendations-ai/docs](https://cloud.google.com/recommendations-ai/docs).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_recommendation_engine](https://hexdocs.pm/google_api_recommendation_engine).