Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rakshans1/ex-whisper
- Owner: rakshans1
- Created: 2023-03-25T06:44:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T13:33:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T01:04:27.500Z (9 months ago)
- Topics: bumblebee, elixir, nx, whisper
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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/)