Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC authored Apr 7, 2023
1 parent 8a7fe92 commit 4e0d909
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This program is supposed to be entirely free (as in money), open source and inde
- ***Simple API.*** latest transcription bound to the "/transcript" endpoint. (Requires OBS Source to be turned on)
- ***Audio feedback*** for each step in the transcription.
- ***Multi Language support***. whisper supports around [100 different languages](https://github.com/openai/whisper/blob/main/whisper/tokenizer.py#L10). Here, with a few [limitations](https://github.com/I5UCC/VRCTextboxSTT#limitations).
- Translate into and from different languages. (Powered by [M2M100](https://huggingface.co/docs/transformers/model_doc/m2m_100)) (In next release)
- Translate into and from different languages. (Powered by [M2M100](https://huggingface.co/docs/transformers/model_doc/m2m_100))
- Word Replacements and Emote Replacements with regex(regular expressions).
- Free to use as of the [GPL-3.0 license](https://github.com/I5UCC/VRCTextboxSTT/blob/main/LICENSE)
- Completely free of Subscription/Cloud Services, by running locally on your hardware.
Expand Down Expand Up @@ -166,10 +166,10 @@ If it doesnt show up, manually register the ´app.vrmanifest´ file by double cl
- ~~Add an emote feature~~
- ~~Demo Gif/Video (Stole from Frosty, thanks lol)~~
- ~~Add a OBS browsersource~~
- ~~Use [whisper.cpp](https://github.com/ggerganov/whisper.cpp)/[faster-whisper](https://github.com/guillaumekln/faster-whisper)for transcription, for better performance.~~
- ~~Use [whisper.cpp](https://github.com/ggerganov/whisper.cpp)/[faster-whisper](https://github.com/guillaumekln/faster-whisper) for transcription, for better performance.~~
- ~~Allow use of finetuned models.~~
- Allow translation into and from different languages. M2M100 using ctranslate2 (Currently at work)
- Implement Text To Speech [silero-tts](https://github.com/snakers4/silero-models#speech-to-text) (Currently at work)
- ~~Allow translation into and from different languages. M2M100 using ctranslate2~~
- Implement Text To Speech [silero-tts](https://github.com/snakers4/silero-models#speech-to-text) (Currently in work)

## Donate

Expand Down

0 comments on commit 4e0d909

Please sign in to comment.