ChatGPT AI Voice Chatbot Build Using React and FAST API

Поделиться
HTML-код
  • Опубликовано: 23 апр 2023
  • #chatgpt #ai #aichatbot
    Get Source Code in Patreon : www.patreon.com/posts/source-...
    ChatGPT AI Voice Chatbot Build with React and FAST API Combo Develop a human-like voice assistant with ChatGPT and Eleven Labs to make one of the most advanced Chatbots today so that you can prove that not only will coders survive the AI transition happening right now, but that they will thrive. With just some basic knowledge on python and javascript, you are going to build Rachel Chat, a chatbot which uses the power of ChatGPT for conversation, whether it be for sales, teaching you Spanish (or any language), talking about sci-fi movies - whatever your interest and application is.
    Companies are looking for developers who can build such tools and SAAS startups have a window to be first. If you are curious as to how you can connect new AI technologies to change the world then THIS is the course for you. We are truly excited to see what you develop, so make sure you share your application with the world.
    What you’ll learn
    Develop a realistic human sounding chatbot who can take on almost any task
    Integrate ChatGPT and Eleven Labs AI into any application
    Develop a diverse chatbots with voice, interviewers, sales people, Spanish teachers
    Understand how full stack applications with a frontend and backend can work
    Get familiar with React and FastAPI technologies
    Interact with AI real-time in a fun and exciting way
    Understand prompt engineering and the ease of integration into chatbots
    Support Me on Patreon :
    / courseondemand
    © CopyRight Disclaimer :-
    • IF you Want To Get Any Video Removed or Any Sponsorship Check out Our E-mail
    At About Section.
    • Copyright Disclaimer under Section 107 of the copyright act 1976, allowance is made for fair use for purposes such as criticism, comment, news reporting, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favour of fair use.
    ______________________________________________________________________________
    • Thanks for Watching !
    • Please Like , share And Subscribe :)
    • Demand Your Course on Comments and The Top One Comments Will be Picked Up and Content Will be Uploaded Accordingly . Cheers !
  • НаукаНаука

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

  • @edencohen8812
    @edencohen8812 Год назад +2

    Thank You so much bro

  • @khayratglende5402
    @khayratglende5402 6 месяцев назад

    Thank you for the great stuff!

  • @rohitsk6793
    @rohitsk6793 4 месяца назад +2

    Great stuff bro . Such well explained self describing functions. Literally made easy for all. ❤

    • @exexex_tension7630
      @exexex_tension7630 Месяц назад

      Hey Rohit if u have ran this project on your machine will you please share me your code! asking for a friend

  • @M078med
    @M078med Год назад

    Thank you.. i was trying to download this course with no use.. you are the best👍👍

    • @exexex_tension7630
      @exexex_tension7630 Месяц назад

      Hi @M078med can you please share me your source code please! or your github link

  • @sakshamgoyal8737
    @sakshamgoyal8737 Год назад +5

    I am going to try and integrate it with a mental counselling website, where it could act as a friend who could be relied on and to share troubles and pain.

    • @sakshamgoyal8737
      @sakshamgoyal8737 10 месяцев назад +1

      ​@@abhinavdubey the free trial by eleven labs is over. So can't be used, at least not in India. And the eleven labs thing is an issue so I am not exactly working on it right now. Got college project to complete first.

  • @hiteshlabs
    @hiteshlabs Год назад

    Nice

  • @bhojpuriyadesiboys1639
    @bhojpuriyadesiboys1639 Год назад +1

    Good

  • @user-gm1wz8so8g
    @user-gm1wz8so8g 4 месяца назад

    Thank you for your amazing vedio, how can run the project in my computer?

  • @mrnabby4178
    @mrnabby4178 5 месяцев назад

    Dayum boi..

  • @Smruti.909.-
    @Smruti.909.- Месяц назад

    which python version you are using??

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm 7 месяцев назад +1

    I want to send and receive audio and audio play automatically

  • @nipunwalia6990
    @nipunwalia6990 11 месяцев назад +1

    hey there,
    I was experimenting around this and found out that it cannot analyse the context of data. For eg. I trained it on 10-k report of amazon and asked which sector made the most profit, it was unable to answer but if I asked the information with a targeted question like profit earned in automation sector, It gave a accurate answer. Any idea how can I work it out

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  11 месяцев назад +1

      I think it should be because of not being Trained Accurately !

    • @nipunwalia6990
      @nipunwalia6990 11 месяцев назад +1

      @@CourseOnDemandEducation Training?? all I did was embed the documents, it turned out that the current model isn't capable for performing analytical tasks, thus comes tools such as Langchain

  • @Ghost-Stories710
    @Ghost-Stories710 Год назад +1

    Make more videos like this MAKE Ai related project plz

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  Год назад +1

      Thanks for Feedback , we will keep Adding more ai Related Projects Soon in this Playlist :)
      ruclips.net/p/PLzb46hGUzitDcJn8OJXdPposEyfSLegg_

  • @svnbeats6700
    @svnbeats6700 2 месяца назад

    Bro i have a chatbot/voice im trying to incorporate chatgpt on it hopefully this will help

  • @gauravgarg-wc4zl
    @gauravgarg-wc4zl 11 месяцев назад

    @ 2:08 , i am using "react-media-recorder": "^1.6.6" , on site settings microphone is enabled , when I click on record icon , it gives status as acquire media, Is any one facing issue with react-media-recorder any suggestion to fix the same
    import React from 'react'
    import { ReactMediaRecorder } from 'react-media-recorder'
    import RecordIcon from "./RecordIcon"
    type Props = {
    handleStop : any;
    }
    function RecordMessage({handleStop}:Props) {
    return (
    (




    {status}
    )}
    />
    )
    }
    export default RecordMessage

    • @gauravgarg-wc4zl
      @gauravgarg-wc4zl 11 месяцев назад +1

      Ignore above comment , I need to enable microphone on remote device , above works

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  11 месяцев назад

      glad it worked 👍

    • @darkspirit4531
      @darkspirit4531 8 месяцев назад +2

      can you please tell me, are we going to use openAI api or not?

  • @historiasdobem
    @historiasdobem 11 месяцев назад

    Can I hire you guys to build one for me ?

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  11 месяцев назад

      For Any Business Related Stuff , Check our Email in About Section of Out Channel :)

  • @JohnDoe-lw1uv
    @JohnDoe-lw1uv Год назад +3

    Hello! Unfortunately I can't pay for the course due to sanctions in my country, can I get the course for free please?

  • @BangtanArmy-mt7ph
    @BangtanArmy-mt7ph 3 месяца назад +1

    How to convert it into an app ? And can we install it in an Arduino board ? Can I make it so that the car talks ?

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  3 месяца назад

      you can run this on cloud and use raspberry pi to access it (or you can even run it locally on pi).

    • @BangtanArmy-mt7ph
      @BangtanArmy-mt7ph 3 месяца назад

      @@CourseOnDemandEducation how to run it on cloud ?

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  3 месяца назад

      you can find some videos about deploying on cloud in youtube. Especially you have to rent a server and you can host everything there

  • @mindblowingnature
    @mindblowingnature Месяц назад

    Can we use the OpenAI API for free or is it paid?

    • @CourseOnDemandEducation
      @CourseOnDemandEducation  Месяц назад

      OpenAI does not have a free tier for its API. New users receive $5 in free credits that expire after three months

  • @raselhossain8855
    @raselhossain8855 Год назад +2

    can you open source your code?

  • @mmwmmw2055
    @mmwmmw2055 Год назад

    is that free?