Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.21 KB

File metadata and controls

48 lines (29 loc) · 1.21 KB

twaddle

transcribes speech and calculates stats like total spoken words count and all frequencies for all words

preview.mp4

installation

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

linux

🐧 download on linux

windows

requires visual c++ redistributable 2015 to be installed

🪟 download on windows

start manually

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

other info

built with python eel, vue and faster-whisper as a transcription model