Home
A list of Youtube channels related to AI content generation
- Details
- Written by: Super User
- Category: Uncategorised
- Hits: 169
While this website is supposed to be a multipurpose personal blog about what I find interesting, it will probably turn into DIY-on-your-computer AI related blog.
While I'll always try to add some personal added value in my articles, my main source of information is for the moment a list of YouTube channels. If you are interested in "diy-on-your-computer AI" generative content, like image generation or LLM text generation, you may be interested in these channels too.
You will probably notice that there is some redundancy between these channels.
https://www.youtube.com/@sebastiankamph/videos
A very good YouTube channels mostly about image generation and image editing.
Very interesting, some very good tutorials.
If you want to start to do image generation, watch this video to start: https://www.youtube.com/watch?v=DHaL56P6f5M
Read more: A list of Youtube channels related to AI content generation
AI based text to speech: to make your computer speak at home
- Details
- Written by: Super User
- Category: Text-to-Audio
- Hits: 393
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://www.naturalreaders.com/
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
- Hits: 298
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
- Hits: 717
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
Page 3 of 3