Skip to content

PyQt5 GUI program which detects bad words from an audio file with vosk open source

Notifications You must be signed in to change notification settings

InfiniteHelios/vosk-audio-profanity-detector-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vosk-audio-profanity-detector-app

PyQt5 GUI program which detects bad words from an audio file with vosk api

install dependencies

pip install -r requirements/base.txt

download vosk model

You can visit ttps://alphacephei.com/vosk/models and download models for each languages. Extract downloaded model to root folder as "model"

building for development

Copy model and ffmpeg.exe in src/freeze to root path

fbs run

make an executable

Make folder src/freeze/windows for Windows. You can check fbs guide for other platforms. Copy model folder, ffmpeg.exe to src/freeze/windows Then, find vosk dlls located in .venv/Lib/site-packages/vosk and copy vosk folder to src/freeze/windows

fbs freeze

make an installer

fbs installer

About

PyQt5 GUI program which detects bad words from an audio file with vosk open source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages