Skip to content

automatethem/ai-supporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ai-supporter

https://pypi.org/project/ai-supporter

pip install ai-supporter
from ai_supporter.tts import tts

text = "this is text"
file = "speak.mp3"
tts(text, file)
from ai_supporter.tts import speak

text = "this is text"
speak(text)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages