opendr-eu / opendr

A modular, open and non-proprietary toolkit for core robotic functionalities by harnessing deep learning
Apache License 2.0
614 stars 95 forks source link

Speech Transcription with Whisper and Vosk #433

Closed minhquoc0712 closed 1 year ago

minhquoc0712 commented 1 year ago

This branch integrates two speech transcription libraries: Whisper by openAI and Vosk.

Features:

Notes:

Known issues:

minhquoc0712 commented 1 year ago

Hi, can you review my pull request? @omichel , @passalis ?

omichel commented 1 year ago

It seems there are some PEP8 errors, could you please address them?

/home/runner/work/opendr/opendr/projects/opendr_ws_2/src/opendr_perception/opendr_perception/speech_transcription_node.py:204:1: W293: blank line contains whitespace /home/runner/work/opendr/opendr/projects/opendr_ws/src/opendr_perception/scripts/speech_transcription_node.py:58:1: E303: too many blank lines (4)

minhquoc0712 commented 1 year ago

Hi, I have fixed the styles