real-time API for the wenet project.
install the requirements
pip install -r requirements.txt
Local server can be run with
uvicorn wenet_realtime.app:app
DEFAULT_DB_URL="sqlite:///:memory:" python3 -m unittest discover -s wenet_realtime
On the route /docs once the server is running
This repository is mirroired from gitlab to github