Skip to content

yjg30737/pyqt_text_to_speech_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyqt_text_to_speech_gui

using text to speech (tts) model in python desktop app

This is using "microsoft/speecht5_tts" model.

Based on this readme article

It converts text into natural woman's voice in wav file.

That's it. Nothing special, for now :)

Requirements

  • PyQt5>=5.14
  • transformers
  • torch
  • soundfile
  • datasets
  • sentencepiece

Preview

image

Releases

No releases published

Packages

No packages published

Languages