README.md
# GoogleApi.FirebaseML
Firebase ML API client library.
Access custom machine learning models hosted via Firebase ML.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_firebase_ml` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_firebase_ml, "~> 0.4"}]
end
```
## For more information
Product documentation is available at [https://firebase.google.com](https://firebase.google.com).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_firebase_ml](https://hexdocs.pm/google_api_firebase_ml).