I must recommend TailwindCSS too, rarely anyone is dealing with vanilla CSS, by learning Tailwind you get build stuff right away, prototype fast and also learn CSS.
Basically it is a wrapper around css so that you don't have to write style="padding-left: 2rem;" but instead you write class="pl-2"...
I personally don't mind it, I don't hate it or like it.
Sometimes I go to the store put the mask on, come back home and sit at my computer for hours before realizing I had the mask on the whole time.
Red: you touch power cables on accident and you die
Green: at first you can't control it and you die
Yellow: you get diabetes and you die
Blue is the way to go
You need to have Python 3x installed and pip
then I believe you can just run:
pip install -U TTS
tts --text "This is my text." --out_path this/is/my/output.wav
The most realistic and best of all free TTS I have found is this one
Open source, maintained by Mozilla
You can train your own models but it also comes with pretrained models.
The only downside is that it takes some time to convert text to speech.
Here are some examples
Increase presence penalty, that causes it to choose new things to talk about basically. In case it uses different sentences but repeating a lot of the same words then increase frequency penalty.
No problem, that stop simply means that it should stop before triple quotes, instead of it starting to write a new essay on some different subject and stopping in the middle when it runs out of tokens.
For example
Name your first example essay "How to land your first job as a software developer"
Then write an "essay" about it, basically just like a blog post or however you want it.
Then where it says "Dynamic title", here you can insert any topic you'd like and OpenAI is going to write the...
I did it like this:
Prompt:
Write an essay about 'Insert title here':
"""
Write a good example.
"""
Write an essay about 'Dynamic title here':
"""
Parameters:
temperature=0.7,
max_tokens=800,
top_p=1,
frequency_penalty=0.3,
presence_penalty=0.8,
stop=["\"\"\""]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.