The DIY fail forge (with some successes)

Home

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

Détails
Écrit par : Super User
Catégorie : Text-to-Audio
Publication : 27 avril 2023
Affichages : 55
  • 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.

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

How to connect ChatGPT to the internet?

Détails
Écrit par : Super User
Catégorie : Online AI tools
Publication : 24 avril 2023
Affichages : 40
  • 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

Détails
Écrit par : Super User
Catégorie : Random ideas
Publication : 28 janvier 2022
Affichages : 595

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

Lire la suite : Testing the best method to find a number

Page 2 sur 2

  • 1
  • 2