Skip to content

NOM-Network/stt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# speech to text first, you must `pip install whisper`, then call stt with a callback, e.g. ``` def callback(_, speaker, speech): print(f'{speaker}: {speech}') my_stt = stt(speaker='speaker', callback=callback) ```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages