Dhruv Yadav
Dhruv Yadav
Same problem. This library does not come with the same features as the normal tab layout, including side scroll and app bar vertical scrolling.
Hey! If you already know how to access your remote server, then you can create [a new transcriber class](https://github.com/dhruvyad/uttertype/blob/adfcd133b76ae08325bf6529357a7a9be5bca2a6/transcriber.py#L133C1-L150C22) that uses your server. It should be quite small ~15-20 lines...
Hey @Frank-Z-Chen, Thanks for the suggestion. I've added a [sample implementation](https://github.com/dhruvyad/uttertype/blob/adfcd133b76ae08325bf6529357a7a9be5bca2a6/transcriber.py#L153-L169) with a local MLX based Whisper model for macOS. It's ~15 lines of code and should be similar for...
@undrwater Thanks for checking out this repo. Here's a few things I noticed: 1. In `main.py`, you seem to be importing WhisperModel from faster_whisper instead of the WhisperModel class you...
Thanks for contributing to uttertype! Left some comments regarding style and some doc updates.