Build Your Own Voice Assistant with Javascript in Tamil || @CodeWithGuruji

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 27

  • @teamdotxviper3148
    @teamdotxviper3148 3 года назад

    Bro neenga css ku detail aana videos podunga romba helpful a irruku 👍👍

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 года назад +1

    vera level anna , neega

  • @thangapandiyansivakumar5833
    @thangapandiyansivakumar5833 2 года назад

    Thanks for this wonderful concept bro

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 года назад +2

    jarvis ai javascript use panni video pannuga anna

  • @தமிழ்வெற்றி
    @தமிழ்வெற்றி 3 года назад +1

    Semma video nanba

  • @vinothkumar-gt8or
    @vinothkumar-gt8or 2 года назад

    Bro videos continue pannunga

  • @magentaIX
    @magentaIX 2 года назад

    Okay bro, One last thing... How do I make it read the content inside Wikipedia or youtube maybe 2 or 3 sentences

  • @sakyofcl
    @sakyofcl 3 года назад +1

    love it

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 года назад +1

    this Is Aritificaial Intelligense

    • @CodewithGuruji
      @CodewithGuruji  3 года назад +1

      No, just an API available in the browser

    • @Rahul-ps9jw
      @Rahul-ps9jw 3 года назад +1

      @@CodewithGuruji javascript use panni (Artifical intelligense) video pannuga anna please , ungal ku (Artifical intelligense) theriyumma

  • @saransuriya5638
    @saransuriya5638 3 года назад

    Bro response speed c,c++ mari fast ah response panna vaika mudiyuma ? (Voice assistant) Python, javascript lam konjam slow ah response pannudhu bro.. 👍 fast response therija sollunga bro👍

  • @mageshwaran2331
    @mageshwaran2331 3 года назад +1

    Bro react.js video poduga bro

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 года назад +1

    entha , project la node-js use panni errukigala , illa entha project pure javascript ta , please tell

    • @CodewithGuruji
      @CodewithGuruji  3 года назад +1

      Javascript mattum than pa

    • @Rahul-ps9jw
      @Rahul-ps9jw 3 года назад +1

      @@CodewithGuruji ok anna

    • @Rahul-ps9jw
      @Rahul-ps9jw 3 года назад +1

      best search engine project ,
      calculator project ,
      music player ,
      video player ,
      password generator project ,
      perfect login page for validation with how to get a live location on users project ,
      quiz app project ,
      countdown timer project ,
      weather app project ,
      Digital Clock project ,
      email send project ,
      notice app ,
      simple Snake game or any game Project ,
      Temperature app project ,
      Weight Calculator project ,
      image slider Project
      ....
      This All Projects Upload pannuga anna , using only js , framworks and libraries do not use,
      using pure js ....
      this is my Big Request

  • @Rahul-ps9jw
    @Rahul-ps9jw 3 года назад +1

    best search engine project ,
    calculator project ,
    music player ,
    video player ,
    password generator project ,
    perfect login page for validation with how to get a live location on users project ,
    quiz app project ,
    countdown timer project ,
    weather app project ,
    Digital Clock project ,
    email send project ,
    notice app ,
    simple Snake game or any game Project ,
    Temperature app project ,
    Weight Calculator project ,
    image slider Project
    ....
    This All Projects Upload pannuga anna , using only js , framworks and libraries do not use,
    using pure js ....
    this is my Big Request

    • @Rahul-ps9jw
      @Rahul-ps9jw 3 года назад +1

      entha project pantrigala anna

  • @magentaIX
    @magentaIX 2 года назад

    How can I make it change the mode with transition nice and slow

    • @CodewithGuruji
      @CodewithGuruji  2 года назад +1

      By adding a css transition property to both the stylesheets (light and dark)
      Paste the below line into * selector
      transition: background-color 1s ease, color 1s ease;
      So the both css files will start with something like below
      * {
      ...
      ...
      ...
      transition: background-color 1s ease, color 1s ease;
      }
      FYI - Adjust the timing property according to your needs (in above it's set to 1s (1 second))

    • @magentaIX
      @magentaIX 2 года назад

      This totally worked... I really appreciate it bro... You are Amazing 💯💯💯

  • @justinpraveen7026
    @justinpraveen7026 3 года назад

    Speech recognition is not a constructor nu error varuthu bro plzz resolve panuga bro

    • @CodewithGuruji
      @CodewithGuruji  3 года назад

      @Justin Praveen Uppercase, lowercase laam correct aa kuduthrkeenglaa nu check pannunga..
      Ellam crct aa irunthum error varuthu na kindly share the code snippet in t.me/code_with_guruji

    • @CodewithGuruji
      @CodewithGuruji  3 года назад

      const SpeechRecognition = window.speechRecognition || window.webkitSpeechRecognition;

  • @akcoder974
    @akcoder974 3 года назад +1

    can u share the github repo

    • @CodewithGuruji
      @CodewithGuruji  3 года назад

      github.com/CodeWithGuruji/voice_recognition.git