Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rakshans1/ex-whisper

Elixir speech to text demo
https://github.com/rakshans1/ex-whisper

bumblebee elixir nx whisper

Last synced: 3 months ago
JSON representation

Elixir speech to text demo

Awesome Lists containing this project

README

        

# Phoenix speech to text Demo in a single file (Whisper)

View the live [demo](https://ex-whisper.fly.dev/).

## 🏗️ Prerequisites

- [nix](https://nix.dev/tutorials/install-nix)
- [direnv](https://direnv.net/docs/installation.html)

Setup direnv with [shell](https://direnv.net/docs/hook.html)

Run `direnv allow`

Links

- [Single file ML](https://github.com/chrismccord/single_file_phx_bumblebee_ml)
- [Embed and broadcast Whisper speech-to-text in your Phoenix app in 15 minutes](https://www.youtube.com/watch?v=Yd220Te8cHc)
- [Single File Elixir Scripts](https://fly.io/phoenix-files/single-file-elixir-scripts/)