Add voicenote (speech to text in the browser)
1 changed file+6−0
profile/README.mdmodified+6−0View file
@@ -78,6 +78,12 @@ Here are a few projects on compressing scientific data: a step-by-step visualize
7878 - **[benchcompress](https://github.com/concept-collection/benchcompress)** · [results](https://concept-collection.github.io/benchcompress/) · [paper (WIP)](https://concept-collection.github.io/benchcompress/paper)
7979 - **[ephys_compression_tests](https://github.com/concept-collection/ephys_compression_tests)** · [results](https://concept-collection.github.io/ephys_compression_tests/)
8080
81+## Speech to text in the browser
82+
83+Here's a dictation notepad that transcribes as you speak and never sends your audio anywhere: Whisper and Moonshine run locally via [transformers.js](https://github.com/huggingface/transformers.js), on WebGPU where it's available. The transcript accumulates into a document you can edit and copy.
84+
85+- **[voicenote](https://github.com/concept-collection/voicenote)** · [live](https://concept-collection.github.io/voicenote/)
86+
8187 ## Other projects
8288
8389 ### numbl platform: templates & tooling