Rasmurtech
Rasmurtech
  • 616
  • 17 469 082
Raspberry Pi 3 Submerge in Mineral Oil Build (MISTAKE!!!!!!)
FOLLOW US
---------------------------------------------------
Twitter: rasimmuratovic
Facebook: Rasmurtech‎
Instagram: rasmurtech
TikTok: www.tiktok.com/@rasmuegx4k9
zhlédnutí: 451

Video

Can a Raspberry Pi Swim?
zhlédnutí 2,4KPřed 8 měsíci
FOLLOW US Twitter: rasimmuratovic Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Water Cooled Raspberry Pi Hacking Station - Part 1
zhlédnutí 625Před 8 měsíci
FOLLOW US Twitter: rasimmuratovic Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Raspberry Pi Cluster (25 Pi's) - The Case
zhlédnutí 371Před 9 měsíci
C4 Labs: tinyurl.com/ytkh6hxp FOLLOW US Website: rasmur.tech/ Twitter: rasmurtech Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Elgato Stream Deck Mini 4K
zhlédnutí 596Před 9 měsíci
FOLLOW US Website: rasmur.tech/ Twitter: rasmurtech Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Orange Pi 5B Unboxing & First Boot
zhlédnutí 902Před 9 měsíci
Buy Orange Pi 5B: amzn.to/45GMsim Orange Pi Website: www.orangepi.org/ FOLLOW US Website: rasmur.tech/ Twitter: rasmurtech Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Raspberry Pi AI
zhlédnutí 1,1KPřed 10 měsíci
FOLLOW US Website: rasmur.tech/ Twitter: rasmurtech Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
Raspberry Pi Cluster
zhlédnutí 2KPřed 10 měsíci
rasmur.tech/raspberry-pi-cluster In this series, we bring the power of parallel computing right to your desk, walking you through the steps to create your own Raspberry Pi Cluster, or "bramble." We'll show you how to harness multiple Raspberry Pis, networking them together to function as a singular, more powerful system. Learn how we employ MPICH, a highly portable and efficient message passing...
Rasmur tech
zhlédnutí 114Před 11 měsíci
rasmur.tech/ FOLLOW US Website: rasmur.tech/ Twitter: rasmurtech Facebook: Rasmurtech‎ Instagram: rasmurtech TikTok: www.tiktok.com/@rasmuegx4k9
UP Element i12 Edge Unboxing & First Boot
zhlédnutí 288Před rokem
UP Element i12 Edge Unboxing & First Boot
25 Raspberry Pi's!
zhlédnutí 420Před rokem
25 Raspberry Pi's!
Workshop Tour!
zhlédnutí 116Před rokem
Workshop Tour!
Setting Up GPT 3.5 API on a Raspberry Pi 4
zhlédnutí 1,1KPřed rokem
Setting Up GPT 3.5 API on a Raspberry Pi 4
ChatGPT Prompt Hack! #ChatGPT #OpenAI #Tutorial #ArtificialIntelligence #AI #PromptRefinement
zhlédnutí 609Před rokem
ChatGPT Prompt Hack! #ChatGPT #OpenAI #Tutorial #ArtificialIntelligence #AI #PromptRefinement
Google Bard vs. ChatGPT: Which AI Language Model is Better?
zhlédnutí 272Před rokem
Google Bard vs. ChatGPT: Which AI Language Model is Better?
GPT-2 Training with Shakespeare's Works | Master the Art of Language Modeling
zhlédnutí 417Před rokem
GPT-2 Training with Shakespeare's Works | Master the Art of Language Modeling
GPT4ALL J
zhlédnutí 1,3KPřed rokem
GPT4ALL J
GPT4ALL - ChatGPT that Free and Stored on Your Computer
zhlédnutí 1,7KPřed rokem
GPT4ALL - ChatGPT that Free and Stored on Your Computer
Voice Cloning Made Simple Learn to Use Tacotron2 for TTS Voice Models
zhlédnutí 43KPřed rokem
Voice Cloning Made Simple Learn to Use Tacotron2 for TTS Voice Models
Kali Linux Hacks Raspberry Pi 4 using GPT 4 #hack #hacking #hacker #chatgpt #raspberrypi #kali
zhlédnutí 817Před rokem
Kali Linux Hacks Raspberry Pi 4 using GPT 4 #hack #hacking #hacker #chatgpt #raspberrypi #kali
GPT-4 Creates the Universe: Awe-inspiring Python Simulation Recreates the Big Bang in 3D! #funny
zhlédnutí 386Před rokem
GPT-4 Creates the Universe: Awe-inspiring Python Simulation Recreates the Big Bang in 3D! #funny
Raspberry Pi 4 vs UP Xtreme i12 Edge i7 16GB: The Ultimate SBC Showdown! #funny #amazing #mrbeast
zhlédnutí 630Před rokem
Raspberry Pi 4 vs UP Xtreme i12 Edge i7 16GB: The Ultimate SBC Showdown! #funny #amazing #mrbeast
Wall Art Roasts You & Shares Your Photo on Reddit!
zhlédnutí 90Před rokem
Wall Art Roasts You & Shares Your Photo on Reddit!
ChatGPT GPT- 3.5 API - Python App
zhlédnutí 501Před rokem
ChatGPT GPT- 3.5 API - Python App
Chat GPT 4
zhlédnutí 299Před rokem
Chat GPT 4
AI Finds Pi in SECONDS!
zhlédnutí 349Před rokem
AI Finds Pi in SECONDS!
Bing AI Chat Rap Song About Smelly Cheese
zhlédnutí 137Před rokem
Bing AI Chat Rap Song About Smelly Cheese
UP Xtreme i12 Edge Unboxing & First Boot
zhlédnutí 357Před rokem
UP Xtreme i12 Edge Unboxing & First Boot
Electricity 4K Slow Motion
zhlédnutí 178Před rokem
Electricity 4K Slow Motion
Adeept Raspberry Pi Sensor Kit
zhlédnutí 324Před rokem
Adeept Raspberry Pi Sensor Kit

Komentáře

  • @SGtheSavage
    @SGtheSavage Před 8 hodinami

    Link doesn't take you to anything but network page for anti-virus software

  • @flakydiamond1016
    @flakydiamond1016 Před 3 dny

    Here's the full code to add 2 numbers : .model flat .data txt1 db "enter first number $ " ; use dollar sign to end string txt2 db "enter second number $" txt3 db "+ $" txt4 db "= $" num1 db 0 num2 db 0 .code main proc mov ax, seg txt1 ; print first message mov ds, ax mov dx, offset txt1 mov ah, 9h int 21h mov ah, 1h ; input first number int 21h sub al, '0' ; convert al from ascii to decimal mov num1, al ; store input in first num variable mov ax, seg txt2 ; print second message mov ds, ax mov dx, offset txt2 mov ah, 9h int 21h mov ah, 1h ; input second number int 21h sub al, '0' ; convert al from ascii to decimal mov num2, al ; store input in second num variable mov dl, '0' ; print num 1 add dl, num1 mov ah, 2h int 21h mov ax, seg txt3 ; print plus sign mov ds, ax mov dx, offset txt3 mov ah, 9h int 21h mov dl, '0' ; print num 2 add dl, num2 mov ah, 2h int 21h mov ax, seg txt4 ; print equalto sign mov ds, ax mov dx, offset txt4 mov ah, 9h int 21h mov dl, '0' ; print addition add dl, num1 add dl, num2 mov ah, 2h int 21h endp end main

  • @guscurcio7832
    @guscurcio7832 Před 5 dny

    Dude you saved me so much time. If anyone is trying to download tor onto a ras pi 4 this is it. Watch this. I’m using the Cana kit extreme kit 8gb and this saved me hours.

  • @muneerahmed15
    @muneerahmed15 Před 14 dny

    your lectures are very useful

  • @muneerahmed15
    @muneerahmed15 Před 14 dny

    your website is not accessible

  • @muneerahmed15
    @muneerahmed15 Před 15 dny

    I hope this series of course will be helpful

  • @princenelson6010
    @princenelson6010 Před 16 dny

    can i turn the sound off

  • @JuniopSucko
    @JuniopSucko Před 21 dnem

    Perfect

  • @commanderalexhdcahd8211

    pleas tutorial

  • @vaibhav2314
    @vaibhav2314 Před 29 dny

    Sale consumption harvesting of alcohol cigarette meat vehicle railway airforce coastal adultery prosthetic egg milk products de forestation is death warrant With earliest suicide produce first consume only my produce model and additional suicide in last stage model Next time I will revoke my access Next time I will not use surveillance telivision access Next time I will fix myself Next time I will make it big Next time I will delete my billions years felon delete automation development fashion Next time I will push commit suicide per life minimum two one for re plantation one for tree acceptance Next time I will have you Per violation row a substantial suicide maps to a row Sheet is multiple suicide pushes You will next time non kacha kacha badam non badam ricko non ricko valley madharchods non valley madharchods fix it urself With earliest suicide model all all all If entire valley one floor suicide as a safety for valley trigger code is pushed self push it's better for valley u die son daughter Suicide first hygiene toilet gather seed first hygiene toilet re plantation first hygiene toilet in this order water first sleep until seed and re plantation first hygiene toilet and sleep until next seed re plantation hygiene toilet again again ricko non ricko That way u hv heat wave cut assault acid standing biomechanics at bay away from u Tree acceptance Legitimate business is top priority ricko non ricko U vl get home cloth soap only post produce sheet guidelines of consuming only your potatoes mango guava Orange lemon tamarind not factory market food One suicide multiple re plantation ricko non ricko With earliest suicide model monsoon seed collection first suicide first and re plantation subsequent days any height group will benefit as benefits sheet Wait for soap toothbrush toothpaste kacha badam to arrive they as benefits sheet At old age suicide tallest building is good start for next life just retain your ping reboot script additional Next time you will make it big

  • @nmrfahmi
    @nmrfahmi Před měsícem

    Did you intentionally type every prompt's sentence incorrectly?

  • @Every_thing717
    @Every_thing717 Před měsícem

    2024 🙀

  • @smhtb8188
    @smhtb8188 Před měsícem

    Thanks!

  • @professeurredstone2134
    @professeurredstone2134 Před měsícem

    ModuleNotFoundError: No module named 'taglib' -> pip install pytaglib

  • @liltrailblazerx6026
    @liltrailblazerx6026 Před měsícem

    Great video, used this and it worked excellently but every prompt you used in the video had typos in it hahaha

  • @quimbydaddy5392
    @quimbydaddy5392 Před měsícem

    Dump the music please

  • @user-rl6ek9gr5k
    @user-rl6ek9gr5k Před měsícem

    one geko how money per day??????????????????????????????????????

    • @Biorawa
      @Biorawa Před měsícem

      its Solo mining aka "Lottery" but incase you meant costs I recommend checking your electricity providers rates

  • @pappymilly6539
    @pappymilly6539 Před měsícem

    2024 anyone?

  • @T20IPLHighlights-tv8zr
    @T20IPLHighlights-tv8zr Před měsícem

    MC

  • @yazanallahham4813
    @yazanallahham4813 Před měsícem

    beautiful explanation

  • @eshanmittal2378
    @eshanmittal2378 Před měsícem

    guess it no longer exists

  • @Nono-hk3is
    @Nono-hk3is Před 2 měsíci

    This is the most chaotic programming how-to I've ever seen. You automated like 80% of the process, but you still need users to do trivial things like rename folders and copy/paste paths at each step. And you read the phrases from a text script, but then use speech to text recreate the script, which inherently adds errors? I can't tell if you actually know how the process works, ir you're jyst mimicking what someone else told you to do.

  • @robertsaca3512
    @robertsaca3512 Před 2 měsíci

    Learn to focus first. Then concentrate on making content.

  • @ElInformatikuDani
    @ElInformatikuDani Před 2 měsíci

    buenas, me falta el ultimo paso con los archivos BAT de tu web, pero no lo encuentro. Muchas gracias por ese pedazo de tutorial

  • @sav3571
    @sav3571 Před 2 měsíci

    if you have 3 usb?

  • @IsaacEwenFrost
    @IsaacEwenFrost Před 2 měsíci

    19:09 this doesn't work for me. the error message is "ValueError: num_samples should be a positive integer value, but got num_samples=0"

    • @SaicharanPabbathi
      @SaicharanPabbathi Před 2 měsíci

      I had the same problem and when i checked the list.txt file was getting uploaded as an empty file. that's what causing the error for me. try uploading the list.txt file manually and make sure that it is not empty in the filelist folder. It should resolve the error you are getting. hoping that your error would resolve.

    • @SaicharanPabbathi
      @SaicharanPabbathi Před 2 měsíci

      @@pranavrajs528 yes I have tried uploading the list.txt file manually and made sure that it was not empty . That error got resolved it worked for me.

    • @SaicharanPabbathi
      @SaicharanPabbathi Před 2 měsíci

      @@pranavrajs528 yes. I was getting the same error and that worked for me.

  • @wolpumba4099
    @wolpumba4099 Před 2 měsíci

    *Creating a Text-to-Talk Model of Your Voice* This video outlines the process of creating a text-to-talk model of your own voice using the Tacotron 2 model. The model will be able to read out any text you type, sounding like your own voice. *Requirements:* * *Microphone:* A good quality microphone is recommended for optimal results. * *ChatGPT:* Used to generate sentences for recording and training the model. * *Visual Studio Code:* Used to run the provided code for renaming and transcribing audio files. * *Python:* Required for running the pre-processing and metadata updating scripts. * *Google Drive:* Used to store and access the training data. * *Google Colab:* Online platform for training and synthesizing the model. *Process:* *1. Recording Sentences (**0:30**):* * Use ChatGPT to generate 50 sentences for training the model. * Record yourself reading each sentence, saving each as a separate audio clip. * More audio clips will result in a better sounding model. *2. Organizing Audio Files (**1:21**):* * Create a folder named "wavs" to store your audio clips. * Rename the audio files from "1.wav" to "25.wav" (or however many clips you have). * A provided script can automate this renaming process. *3. Transcribing Audio (**2:16**):* * Use the provided "transcribe_wav_to_rec.py" script to generate rough transcripts of your recordings. * Edit the generated transcripts for accuracy. * Ensure each line ends with a period and avoid using capitals or commas. *4. Pre-processing Audio (**6:24**):* * Use the "tacatron2_preprocessing_wav_files.py" script to convert the audio files to the format required by Tacotron 2. * This script changes the audio format, including sample rate and channels. *5. Updating Metadata (**9:24**):* * Use the provided script to update the title of each WAV file to match its corresponding number. *6. Uploading Data to Google Drive (**13:00**):* * Create a compressed zip folder of your "wavs" folder. * Upload the zipped folder to your Google Drive. *7. Training the Model in Google Colab (**14:00**):* * Open the provided "training_notebook.ipynb" file in Google Colab. * Follow the steps in the notebook to: * Check your GPU. * Mount your Google Drive. * Install Tacotron 2. * Load your dataset. * Train the model. * Monitor the loss values and stop the training when it reaches an acceptable level (below 0.30). *8. Synthesizing Speech (**20:00**):* * Open the provided "synthesize_notebook.ipynb" file in Google Colab. * Share the trained model file from your Google Drive and paste the link in the notebook. * Enter a phrase you want the model to say and run the script. * Play the generated audio file to hear your text read out in your own voice. (25:39) is the best model (still not usable) I used gemini 1.5 pro to summarize the transcript Token count 11,117 / 1,048,576

  • @itsbillz09
    @itsbillz09 Před 2 měsíci

    In 2024 you can play fortnite on a raspberry pi 5 via xbox game cloud.

  • @MaNs0oRiKo
    @MaNs0oRiKo Před 2 měsíci

    Thanks for the video glad i saw this before buying it

  • @kobvel
    @kobvel Před 2 měsíci

    How come new startups like HeyGen can generate good quality audio from just 30 seconds of audio? And here from 10 files the output is so bad? They have better pre-trained models?

  • @Soh965
    @Soh965 Před 2 měsíci

    Straight to the point. I love it. Thx

  • @Bozo---
    @Bozo--- Před 2 měsíci

    $0.08395 a year woohooo !!! In 2382 years you'll be breakeven

  • @user-df8es1gc9b
    @user-df8es1gc9b Před 3 měsíci

    Thanks for the info. Do you know if is possible to download the generated cloned voice for being able to define that voice to be used with the mozilla TTS browser API? I know that you can define a custom voice, I don't know exactly the file format for that also, is this exportable?

  • @user-yv8hk7ci3p
    @user-yv8hk7ci3p Před 3 měsíci

    What can I do to implement other languages

  • @user-yj2mr5we3k
    @user-yj2mr5we3k Před 3 měsíci

    I just wanted to say I have same wallpaper :)

  • @Natalmaionese
    @Natalmaionese Před 3 měsíci

    good bro u k assembly

  • @Cloud9ChroniclesAutomation
    @Cloud9ChroniclesAutomation Před 3 měsíci

    Hello love the tutorial. i wanted to ask if there is a way to run this on local pc without using google coab.

  • @davidtaylor6772
    @davidtaylor6772 Před 3 měsíci

    You can mine at least $.50 per day just using your gaming computer and nice hash.

  • @mcamargomontana
    @mcamargomontana Před 3 měsíci

    Sigue funcionando?

  • @seanolivieri4829
    @seanolivieri4829 Před 3 měsíci

    FileNotFoundError: '/content/TTS-TT2/wavs/1.npy|escuchame john vos tenes armado el video del cierre primario de coledoco del otro dia o tenes armado algo para un ateneo para hacerlo ya' no existe. Compruebe su transcripción y sus audios.

  • @NunYaTV
    @NunYaTV Před 3 měsíci

    Righto so I watched the other video of you building this. Whilst I appreciate watching someone else dismantle the xbox, the watercool side of things wasn't really thought out well. The holes in the casing are absolutely huge, way over kill for what you need. The fan cables didn't need such a huge hole, and should of been hidden under the radiator. The fan on the radiator should be on the otherside and blowing out. The inside case still needs some kind of a fan to stop heat soak on other components. RROD was never a thing on the xbox one, one s, series s or series x, It was only an xbox 360 thing. Regardless, this will still do what you have sought out to do. 👍

    • @richardkeeler5522
      @richardkeeler5522 Před 3 měsíci

      To your point, the best way to do this is to place the fan over the console (with an appropriate hole) pulling air out. Then put the radiator on top of the fan (and maybe a second fan). That way you pull air from inside the console (cooling the internals) and use that to cool the radiator.

  • @user-uy4qp1qx3n
    @user-uy4qp1qx3n Před 4 měsíci

    Awesome!. Thanks for sharing this.

  • @miriusachraf8662
    @miriusachraf8662 Před 4 měsíci

    Thanks for the great video, really helpful. Btw the link in description isn't working, and i am really excited for the next video of testing and benchmarks or is it out already? . Keep up the great work bro ❤️

  • @Haverfield-ji1hx
    @Haverfield-ji1hx Před 4 měsíci

    Terrible music brother.

  • @SidTravelBlogger
    @SidTravelBlogger Před 4 měsíci

    How much it cost

  • @ThecyberartistG.Greene
    @ThecyberartistG.Greene Před 4 měsíci

    I have a Pelican 1085 case I picked up at a Thrift shop that screaming for a laptop mod with PI.

  • @abhiramsp9972
    @abhiramsp9972 Před 4 měsíci

    Could you pls tell how to do this for siren recognition using raspberry pi 4? Pls do reply sir

  • @cobbrobotics
    @cobbrobotics Před 4 měsíci

    Excellent clear instruction. Thank you!

  • @arubimoses5199
    @arubimoses5199 Před 4 měsíci

    Thanks for the tutorial knowledge,. Pls how can i get the book?

  • @faamasah9878
    @faamasah9878 Před 4 měsíci

    where the video test ?