Fedir Zadniprovskyi commited on
Commit
109bee8
·
1 Parent(s): 90e4cb3

docs: add WIP warning

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -1,3 +1,4 @@
 
1
  # Intro
2
  `speaches` is a webserver that supports real-time transcription using WebSockets.
3
  - [faster-whisper](https://github.com/SYSTRAN/faster-whisper) is used as the backend. Both GPU and CPU inference is supported.
 
1
+ # WARN: WIP(code is ugly, may have bugs, test files aren't included, etc.)
2
  # Intro
3
  `speaches` is a webserver that supports real-time transcription using WebSockets.
4
  - [faster-whisper](https://github.com/SYSTRAN/faster-whisper) is used as the backend. Both GPU and CPU inference is supported.