transcribes speech and calculates stats like total spoken words count and all frequencies for all words
preview.mp4
this is a desktop app and it uses your pc resources to convert speech to text:
- transcription with cpu needs around 2.5gb of ram
- transcription with gpu needs around 1.5gb of video ram, cant be used yet
requires visual c++ redistributable 2015 to be installed
requires python and pip
-
download the project on the local machine
git clone https://github.com/crucials/twaddle.git
-
move to project's folder, install a shitpile of libraries
pip install -r requirements.txt
-
launch the ui
python ./src/start_ui.py
built with python eel, vue and faster-whisper as a transcription model