alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
918 stars 248 forks source link

Add Profanity Filter #137

Open alexk2037 opened 3 years ago

alexk2037 commented 3 years ago

Hello, this is a profanity filter for Vosk in response to issue https://github.com/alphacep/vosk-server/issues/110

It relies on two libraries, profanity-filter and alt-profanity-check, because I found that the combination performs faster than the profanity-filter alone, but still achieves the same accuracy (see this comment for more details).

nshmyrev commented 3 years ago

Thank you, let me try to play with this.