
- Видео 27
- Просмотров 211 520
TheCodingBranch
Добавлен 11 май 2022
WRITE REACT CODE 10X FASTER | FULL STACK MERN NOTES APP IN 5 MIN
In this tutorial, you'll learn how to build a full-stack web application using React and MongoDB. We'll guide you through creating a front-end with React, setting up a MongoDB database for the back-end, establishing communication between the front-end and the database, and finally, deploying your web application locally. By the end of this video, you'll have the knowledge and skills to create powerful and interactive web applications that integrate the best of both React and MongoDB technologies. Get ready to take your web development game to new heights! 🚀
🔗 Links
CODE on GitHub - github.com/TheCodingBranch/MERN-Generative-Code
Download for Visual Studio Code - code.visualstudio.com/downloa...
🔗 Links
CODE on GitHub - github.com/TheCodingBranch/MERN-Generative-Code
Download for Visual Studio Code - code.visualstudio.com/downloa...
Просмотров: 438
Видео
THE BEST VOICE CLONNING AI | CLONE ANY VOICE WITH AI
Просмотров 3,5 тыс.Год назад
In this video I'll be teaching you how to use Eleven Labs Prime Voice AI. If you enjoy learning about AI subscribe to the channel because this will be one of many AI projects I'll be showing you how to run. 🔗 Links Eleven Labs Website - beta.elevenlabs.io/ 💰 Donate To The Channel BTC - bc1quyesmy3fmtsxckus99fcs5ezmhpq3l9qhrv2se ETH - 0x5E2c2Aed74253c97784B7113900429CbFD5040c0 📺 Other AI Videos ...
CREATING ART WITH DALLE2 (GOOGLE COLAB) | DALLE2 FOR FREE
Просмотров 2 тыс.Год назад
In this video I'll be teaching you how to use Open AI's Dalle. I'll be showing you how to sign up for Dalle for free and I'll explain how you can use google colab for free so you don't have to run it on your own machine. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Google Colab | Free Version of Dalle 2...
TRANSLATE ANY LANGUAGE WITH AI (GOOGLE COLAB) | 3 MINUTE WHISPER AI TUTORIAL
Просмотров 8 тыс.Год назад
In this video I'll be teaching you how to use Open AI's Whisper. We'll be focusing on the translation portion of the AI which allows you to translate over 95 different languages into English. I'll show you how to translate any audio file in just 3 minutes. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Go...
TURN ANY SPEACH INTO TEXT WITH AI (GOOGLE COLAB) | 3 MINUTE WHISPER AI TUTORIAL
Просмотров 15 тыс.Год назад
In this video I'll be teaching you how to use Open AI's Whisper. We'll be focusing on speech to text transcribing. I'll show you how to transcribe any audio file in just 3 minutes. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Google Colab | Free Version of Whisper - bit.ly/3Hpphi0 Whisper Github - bit.l...
MAKE YOUR OWN AI ASSISTANT (GOOGLE COLAB) | CLONE YOUR OWN CHAT GPT
Просмотров 18 тыс.Год назад
In this video I'll be teaching you how to make your own command line chat gpt that you can use while you can't get access to openai's chat gpt front end. I'll show you in less than 5 minutes how to get it running on free hardware. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Google Colab | Free Version ...
CLONE ANY VOICE WITH AI (GOOGLE COLAB) | 3 MINUTE TORTOISE-TTS TUTORIAL
Просмотров 157 тыс.Год назад
In this video I'll be teaching you the fundamentals of the open source AI voice cloner tortoise-tts. I'll show you how to use the AI to clone voices in as little as 3 easy steps. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Google Colab | Free Version of Tortoise - bit.ly/3Hq6HHI Tortoise TTS Github - g...
STABLE DIFFUSION 2.1 (GOOGLE COLAB) *one click* | Learn How To Generate AI ART for FREE (no code)
Просмотров 3,1 тыс.Год назад
In this video I'll be teaching you the fundamentals of the open source AI art generator Stable Diffusion. I will walk you through all of the latest supported features and guide you through the right setting. If you enjoy learning about AI subscribe because this will be one of many open source AI projects I'll be showing you how to run. 🔗 Links Google Colab | Free Version of Stable Diffusion - b...
Learn Python In 5 Minutes | Intro To Python Programming
Просмотров 436Год назад
In this video you will learn the fundamentals of the Python programming language. In just 15 minutes you'll learn enough Python to be dangerous. There are a lot of 'intro' programming languages but Python is the easiest to learn bc of the syntax. This video is one out of a series on Python so if this type of content interests you, check out the playlist. 🔗 Links CODE on GitHub - bit.ly/3haD9CY ...
Learn JavaScript In 15 Minutes | Intro To JavaScript And NodeJS
Просмотров 2542 года назад
In this video I'll be teaching you the fundamentals of the JavaScript programming language. If you can grasp all of this, you'll be a 10x developer before you know it! This video is one out of a series on JavaScript and web development so if this type of content interests you, check out the playlist. 🔗 Links Commands on GitHub - bit.ly/3S40ovC Download for Visual Studio Code - code.visualstudio...
Learn Command Line In 5 Minutes | Intro To BASH
Просмотров 1142 года назад
In this intro to the command line video I'm going to show you how to run the most common bash commands on your local machine regardless of what OS you run. This video is one out of a series on command line and web development so if this type of content interests you, check out the playlist. 🔗 Links Commands on GitHub - bit.ly/3VhoiGK Download for Visual Studio Code - code.visualstudio.com/downl...
How To Run JavaScript Locally By Building A Server | Intro To JavaScript
Просмотров 1,1 тыс.2 года назад
In this intro to JavaScript video I'm going to show you how to run JavaScript on your local machine rather than in the browser. It is a intro video so I'm going to explain packages and show you how to use express to make the most basic server possible. This video is one out of a series on JavaScript so if this type of content interests you, check out the playlist. 🔗 Links Code on GitHub - bit.l...
How To Host A Website For Free | Five Ways In Five Minutes
Просмотров 3542 года назад
In this intro to web development video I'm going to show you how to host your static website on 5 diffrent platforms all within 5 minutes. This video is one out of a series on web development so if this type of content interests you, subscribe. 🔗 Links Code on GitHub - bit.ly/3xEhY1M Download for Visual Studio Code - code.visualstudio.com/download HTML Docs - developer.mozilla.org/en-US/docs/We...
How To Use CSS Positioning Correctly | Intro To CSS
Просмотров 272 года назад
In this intro to CSS video I'm going to show you how to use all five of the CSS positions. I kept it quick and concise so you can always use this as a refresher on CSS positions. This video is one out of a series on web development so if this type of content interests you, subscribe. 🔗 Links Code on GitHub - bit.ly/3RIA0Yp Download for Visual Studio Code - code.visualstudio.com/download HTML Do...
Create A Responsive Navbar With Only HTML and CSS | Learn Web Development
Просмотров 932 года назад
In this intro to web development video I'm going to show you how to create a navbar with as little resources as possible to be responsive. This video is one out of a series on web development so if this type of content interests you, subscribe. 🔗 Links Code on GitHub - bit.ly/3CjOFVo Download for Visual Studio Code - code.visualstudio.com/download HTML Docs - developer.mozilla.org/en-US/docs/We...
How To Center Any Element Using CSS | Intro To CSS
Просмотров 982 года назад
How To Center Any Element Using CSS | Intro To CSS
Learn CSS Selectors Tags Vs Classes Vs ID's | Intro To CSS
Просмотров 562 года назад
Learn CSS Selectors Tags Vs Classes Vs ID's | Intro To CSS
Learn CSS Basics In 7 Minutes | Intro To CSS
Просмотров 412 года назад
Learn CSS Basics In 7 Minutes | Intro To CSS
HTML Table Tags Explained Simply | Intro To HTML
Просмотров 422 года назад
HTML Table Tags Explained Simply | Intro To HTML
HTML Hyperlinks And Anchor Tag Explained | Intro To HTML
Просмотров 422 года назад
HTML Hyperlinks And Anchor Tag Explained | Intro To HTML
HTML Image Tag Explained In 3 Minutes | Intro To HTML
Просмотров 512 года назад
HTML Image Tag Explained In 3 Minutes | Intro To HTML
HTML Forms Explained In 5 Minutes | Into To HTML
Просмотров 392 года назад
HTML Forms Explained In 5 Minutes | Into To HTML
HTML Lists Explained In 2 Minutes | Intro To HTML
Просмотров 402 года назад
HTML Lists Explained In 2 Minutes | Intro To HTML
HTML Boilerplate Explained | Intro To HTML
Просмотров 2,3 тыс.2 года назад
HTML Boilerplate Explained | Intro To HTML
Intro To HTML In 3 Minutes | HTML Basics
Просмотров 1882 года назад
Intro To HTML In 3 Minutes | HTML Basics
Thank you very much, the video is great and the explanation is excellent😍😍😍 I have a question, does it work on languages other than English? And is it possible to change the tone of a previously recorded voice using the same tool
Thank you!
How much text characters can i put in? How much is the limit?
Great info, but the text does not appear in a block and different lines. I'm not looking for transcribing subtitles, I want to transcribe a report. How to make them into a block paragraph.
Will it work on other languages
it is not working
When I click on the second cell I get this: NameError Traceback (most recent call last) <ipython-input-9-28c2c7c5b8ee> in <cell line: 11>() 9 10 custom_voice_folder = f"tortoise/voices/{CUSTOM_VOICE_NAME}" ---> 11 os.makedirs(custom_voice_folder) 12 for i, file_data in enumerate(files.upload().values()): 13 with open(os.path.join(custom_voice_folder, f'{i}.wav'), 'wb') as f: NameError: name 'os' is not defined Any help would be appreciated.
can it copy intonation as well? I would like to use my own voice but my intonation is not clear.
Thanks a lot for sharing this product! It's crazy hard to find something like that for free and easy.
can this convert hindi videos to hindi text pls reply
how to set accent?
Amazing and super useful, thanks a lot for sharing!
hi great works but what about smartphone ?
But would this also inherent the ridiculous restrictions and bias from ChatGpt as well?
🙏 Bro please help me the way you r showing on your tutorial is not showing when we click on Google collab link in ur description what to do.... Please 🙏🙏🙏🙏 I really need this.....
Where is the code bro
Brother do I need to change run time setting for this...
Any speech to speech on Colab?
nice tool but doesn't speak norwegian
Can I transcribe 5 hour meeting or part of an audiobook to with this. r
its for text to audio, how about audio to audio? any direction?
How do you clone 'singing' voices? I have acapella clips of my son singing I'd like to be able to customize
How can we create text to speech in this
what is the maximum number of characters that can be inserted in the text?
Can you actually do something like set up a new TTS System tho? This one doesn't seem to do more than just the dialogue you ask for it to say, I need something that can actually generate a voice to use in the tts I have
amazing! tnx man
how do i make more than 1 audio? the first one came up great, and now that i wanted to change the input i tried running the 2nd code and the 3rd one again and it generates the first input. Then i tried to refresh all and try the first block again and a error pops up U_U
Getting error ! "rr-2.wav(audio/x-wav) - 1787302 bytes, last modified: n/a - 0% done --------------------------------------------------------------------------- MessageError Traceback (most recent call last) <ipython-input-2-1f620fa2cb42> in <cell line: 12>() 10 custom_voice_folder = f"tortoise/voices/{CUSTOM_VOICE_NAME}" 11 os.makedirs(custom_voice_folder) ---> 12 for i, file_data in enumerate(files.upload().values()): 13 with open(os.path.join(custom_voice_folder, f'{i}.wav'), 'wb') as f: 14 f.write(file_data) 3 frames /usr/local/lib/python3.10/dist-packages/google/colab/_message.py in read_reply_from_input(message_id, timeout_sec) 101 ): 102 if 'error' in reply: --> 103 raise MessageError(reply['error']) 104 return reply.get('data', None) 105 MessageError: RangeError: Maximum call stack size exceeded."
its this video still current? I put this: !whisper /content/Why you procrastinate even when it feels bad.mp3 --model medium --language spanish --task translate I did this but I still get this error: usage: whisper [-h] [--model MODEL] [--model_dir MODEL_DIR] [--device DEVICE] [--output_dir OUTPUT_DIR] [--output_format {txt,vtt,srt,tsv,json,all}] [--verbose VERBOSE] [--task {transcribe,translate}] [--language {af,am,ar,as,az,ba,be,bg,bn,bo,br,bs,ca,cs,cy,da,de,el,en,es,et,eu,fa,........ [--temperature TEMPERATURE] [--best_of BEST_OF] [--beam_size BEAM_SIZE] [--patience PATIENCE] [--length_penalty LENGTH_PENALTY] [--suppress_tokens SUPPRESS_TOKENS] [--initial_prompt INITIAL_PROMPT] [--condition_on_previous_text CONDITION_ON_PREVIOUS_TEXT] [--fp16 FP16] [--temperature_increment_on_fallback TEMPERATURE_INCREMENT_ON_FALLBACK] [--compression_ratio_threshold COMPRESSION_RATIO_THRESHOLD] [--logprob_threshold LOGPROB_THRESHOLD] [--no_speech_threshold NO_SPEECH_THRESHOLD] [--word_timestamps WORD_TIMESTAMPS] [--prepend_punctuations PREPEND_PUNCTUATIONS] [--append_punctuations APPEND_PUNCTUATIONS] [--highlight_words HIGHLIGHT_WORDS] [--max_line_width MAX_LINE_WIDTH] [--max_line_count MAX_LINE_COUNT] [--max_words_per_line MAX_WORDS_PER_LINE] [--threads THREADS] [--clip_timestamps CLIP_TIMESTAMPS] [--hallucination_silence_threshold HALLUCINATION_SILENCE_THRESHOLD] audio [audio ...] whisper: error: argument --language: invalid choice: 'spanish' (choose from 'af', 'am', '.... what did I do wrong? others say its ok to use an .mp3 file. was that it?
Excellent video, what if I want to make the voice in other language, for example spanish, do I need to tune something?
With great power comes great responsibility 😂
thank you it was quick but not high quality i would say mine around 70%
Can you clone a voice in different Languages ?
Hello bro, I ami geting /bin/bash: line 1: whisper: command not found /bin/bash: line 1: whisper: command not found Please what am I missing
does not work anymore :/
Everything worked except the sentence, the voice was perfectly cloned, but it was speaking the previous text it already had, though i changed the sentence it was generating old sentence text. Help me out brother!!
glad i found this vid
this just for english?
Hi, im going to be doign a charity stream soon for 34 hours and id love to include a voiced AI to interact with anyone watching, similar to what doug doug does in his peggle speed run where the ai asks him trivia questions, any thoughts of how i could do it relatively quickly and not cost too much? Thank you love your content
Have any open source speech to speech solutions become available? I tried Respeecher which works great, but it feels like all of this will soon be open source...for a week or so before the machines take over...
Bro I tried copying my voice and it sounds british 😭
You shouldnt drink tea while using it.
Is there an Ai tool that will let you change the tone of someones voice in to your own voice ? instead of using the method of cloning a voice.
I tried to put a longer script and it gave a syntax error. do you have any suggestions?
Thanks for the video. How is this compare with Bark?
nice
do you have any colabs for this, or for TTS in English and all other languages?
How about translating a video to another language , not English?
I need a small working colab with few models to split voice from music and effects please.
bad output
it worket ones and now it dosen what 2 anymore