DeepRTC is a service that provides ASR (Automatic Speech Recognition) functionality with generating MS word files and post-processing features.
# copy .env file
cp .env.example .env
# set .env variables
# download word2vec model in models folder
docker-compose up -d --build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.