README.md

# NvidiaRiva

This Hex.pm package provides Elixir modules generated from NVIDIA Riva's protocol buffer files, available at NVIDIA Riva Common GitHub repository. NVIDIA Riva is an AI framework for developing applications with advanced voice and language features. This package enables Elixir developers to easily integrate these capabilities, such as real-time speech recognition and natural language understanding, into their applications. Each release of this package corresponds to the versioning of releases in the NVIDIA repository, ensuring compatibility and up-to-date features.

[NVIDIA Riva Common](https://github.com/nvidia-riva/common)

## Installation

```elixir
def deps do
  [
    {:nvidia_riva, "~> 2.15.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/nvidia_riva>.