feature/file-stack #1

Merged
sviat merged 3 commits from feature/file-stack into main 2024-03-22 16:00:51 +00:00

3 Commits

Author SHA1 Message Date
37adf74745 Implemented strategies for sos and number recognition
Deleted message sender and promt service

Implemented fast whisper, but it is not working

WavStack refactored into QueueStack, which can use different strategies for proccessing
2024-03-22 18:59:42 +03:00
dbbf845e56 Added whisper and fast whisper implementation 2024-03-20 12:51:14 +03:00
e89122cb76 Implemented new architecture
Created message service responsible for searching the prompts inside the recognized text and sending it to the client.

Created recognizer with two strategies: whisper and Dany's fast whisper.

Implemented file stack which works in the separated thread, sends the file to the recognizer and after that sends the message to the client (Rat, for example).
2024-03-19 19:01:36 +03:00