Skip to content

This is a python script using whisper to type with your voice

License

Notifications You must be signed in to change notification settings

YR-ZR0/ghost-typer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghost-typer

This is a python script using guillaumekln/faster-whisper to type with your voice. After you start the script select your sound device by typing its name or a unique string that identifies it e.g. if you device is listed as Yeti Blue USB Pulse, you can type Yeti USB and that will select it then you just press F12 to start/stop recording. After the record is finished, it will type what you said starting at the current cursor position in any editor,input field etc.

Setup Instructions

Step 1 (Linux - Ubuntu,Debian):

sudo apt-get install python3 python3-pip git ffmpeg

Step 1 (Windows):

Step 1 (MAC OS - not tested):

Download and Install ffmpeg, git and python3

Step 2:

pip install -r requirements.txt

Step 3:

python3 whisper-typer-tool.py

TODO

  • Make the transcription realtime by chunking audio

About

This is a python script using whisper to type with your voice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%