Detection of speech activity during live stream recording using WebRTC-VAD and Sounddevice in Python
To be able to work with this project, follow the following steps
- Clone this repo to an existing repo using the command:
git clone https://github.com/sulaiman-shamasna/speech-detection-WebRTC.git
- Create a virtual environment and activate it using the commands:
- Source env/Scripte activate # for Windows in the git bash
- Source env/bin/activate # for Linux and OSX
- Install the necessary requirements using the command:
pip install -r requirements
- To run the script, use the command:
python live_stream_prediction.py