Christian

Results 10 issues of Christian

Design a logo for LibreASR and share it here. To make an open source project cool, it should have a logo :smile:

good first issue

The [HN discussion](https://news.ycombinator.com/item?id=25099847) brought up a few ways to improve the recognition performance. Some of those are: * [teacher-student training](https://news.ycombinator.com/item?id=25106628) * [pre-training the encoder network](https://news.ycombinator.com/item?id=25100212) as in [wav2vec](https://ai.facebook.com/blog/wav2vec-20-learning-the-structure-of-speech-from-raw-audio/) Look into...

[As HN user `sagz` suggested](https://news.ycombinator.com/item?id=25105466), look into using the [Live Transcribe Android App](https://github.com/google/live-transcribe-speech-engine) with LibreASR. This would be great for deaf and hard of hearing people.

Make LibreASR work on [Raspberry Pis](https://www.raspberrypi.org/). There already is a [Dockerfile](https://github.com/iceychris/LibreASR/blob/master/docker/Dockerfile.armv7) which builds fine on my Pi 4. Loading and running the PyTorch models also works. But, loading the [youtokentome](https://github.com/VKCOM/YouTokenToMe)...

good first issue

### 🐛 Describe the bug First, download a `wav` and a `mp3` file: ``` wget https://filesamples.com/samples/audio/wav/sample3.wav wget https://filesamples.com/samples/audio/mp3/sample3.mp3 ``` Here is a short repro: ```python import torchaudio # try reading...

Possible starting point for #3853. - [ ] Replace `glslangValidator` with something more portable - [ ] Get https://github.com/KomputeProject/kompute/pull/367 merged - [ ] Fix all failing `TestOps` tests ```bash $...

- [x] basic support - [x] test with dict inputs - [x] test with list inputs - [x] test default method name ("forward") - [x] test custom method name -...

- [ ] fix compilation errors - [ ] test on Android - [ ] test on iOS