README.md

# VOE4

AI-powered video generation and editing platform.

## Official Website

Visit: [https://voe4.org](https://voe4.org)

## Installation

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

## Usage

```elixir
info = Voe4.get_info()
IO.inspect(info)

url = Voe4.get_platform_url()
IO.puts(url)  # https://voe4.org
```

## Links

- Website: [https://voe4.org](https://voe4.org)
- Hex.pm: [https://hex.pm/packages/voe4](https://hex.pm/packages/voe4)

## License

MIT License