Skip to content

nyaocat/faster-whisper-with-vad-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faster-whisper-with-vad-test

A sample program that combines sililero-VAD and faster-whisper for speech recognition. I use a browser because it was very cumbersome to handle microphone input directly from Python.

How to run

GPU and Cuda environment is required, please rewrite nvidia library dependencies in requirements.txt according to the CUDA version.

pip install -r requirements.txt
uvicorn app:main

Open a web page in your browser and speak into the microphone. The default microphone is used, so check your settings. Also, I don't know why, but the microphone rarely stops working in the browser. If this happens, please restart your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published