Skip to content

speech analysis app that collects statistics like words frequencies and transcribed text

Notifications You must be signed in to change notification settings

crucials/twaddle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 executable

manual

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