Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 606 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 606 Bytes

DeepRTC

DeepRTC is a service that provides ASR (Automatic Speech Recognition) functionality with generating MS word files and post-processing features.

Deploy

# copy .env file
cp .env.example .env

# set .env variables
# download word2vec model in models folder

docker-compose up -d --build

Contributing

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.

Contributors