The DIY forge - AI content Tutorials and Coding

Popular articles

  • Comfyui: Is your workflow optimized for your computer?
  • How to install SageAttention2 on a Windows system with ComfyUI?
  • How to install fastvlm from Apple on a windows computer?

Home

AI based text to speech: to make your computer speak at home

Details
Written by: Super User
Category: Text-to-Audio
Published: April 27, 2023
Hits: 6062
  • txt2audio
  • text to speech

This article is based on this Youtube video from Aitrepreneur

While you can find some decent Text-to-Speech tools online, like:

https://cloud.google.com/text-to-speech

https://beta.elevenlabs.io/

https://www.naturalreaders.com/

https://nextup.com/ivona/

It is harder to find free solutions to do text-to-speech on your computer like bark, to generate voice audios. I don't recommend to use this github to install Bark, because it can be tedious, especially if you already have many "pip install" solutions related to pytorch on your computer. I had for example an incompatibility that created this message: "No GPU being used. Careful, Inference might be extremely slow!" and indeed without a compatible graphic card with the correct setup of pytorch (see this "issue"), Bark is not going to do text-to-speech very well on your computer.

Read more: AI based text to speech: to make your computer speak at home

How to connect ChatGPT to the internet?

Details
Written by: Super User
Category: Online AI tools
Published: April 24, 2023
Hits: 2758
  • llm models
  • add-on

The following Youtube video explains how to connect ChatGPT to the internet, by installing the following extension for Chrome. This extension to connect ChatGPT to the internet exists however for other browsers like Firefox or Edge. Just Click here to go to webchatgpt.app.

Additionally, if you want to try to ChatGPT without having to register, just go to this website.

Testing the best method to find a number

Details
Written by: Super User
Category: Random ideas
Published: January 28, 2022
Hits: 3030

Younger, i used to play to this game where you have to guess a number between 1 and 1000 by giving a proposal. If you are wrong, you are being told if the number you are looking for is higher or lower.
The usual method to find the answer is usually to divide by 2 to make two collections of the same amount of numbers:

Example: The number you are looking for is 702 and is supposed to be between 1 and 1000.

500: higher (1000+0)/2 = 0
750: below (1000+500)/2= 750
625: higher (500+750)/2= 625
687: higher (625+750)/2= 687.5
718: below (687+750)/2= 718.5
702: right (687+718)/2 = 702.5

Read more: Testing the best method to find a number

Page 6 of 6

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6