diff --git a/README.md b/README.md new file mode 100644 index 000000000..923d71b52 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +## Introduction + +An ASR server framework supporting both streaming and non-streaming recognition. + +Most parts will be implemented in Python, while CPU-bound tasks are implemented +in C++, which are called by Python threads with the GIL being released. + +## TODOs + +- [ ] Support non-streaming recognition +- [ ] Documentation for installation and usage +- [ ] Support streaming recognition