in

Lecture 6: How to Build an Application with ChatGPT?



Free Course: Understand and Learn GPT

In this video of the series, the following points have been covered:
– How to make a million-dollar product using ChatGPT through coding?
– How to use Google Colab?
– How to use a sentiment analyzer?

Code: sentiment = response[ ‘choices’ ][0][ ‘message’ ][ ‘content’]

Link to the Code File:

👉 For free online courses, Visit Irfan Malik’s channel: http://youtube.com/@muhammadirfanmalik

Much more:

Facebook: https://www.facebook.com/iamirfansaeedmalik/
Facebook Group: https://www.facebook.com/groups/2763770613931485/
Instagram: https://www.instagram.com/iamirfanmalikofficial/
LinkedIn: https://www.linkedin.com/in/muhammadirfanmalik/
Twitter: https://twitter.com/irfan_malikx
Tiktok: http://www.tiktok.com/@irfansaeedmalikofficial

#irfanmalik #xevensolutions #xevenai #xevenskills #muhammadirfan #FreeCourse #learnGPT #openai #api #sentimentanalysis #coding #python #googlecolab

Share this:

31 Comments

  1. sie ye API wala kam to technical banda kar sakta ha na non technical banda to ye kam nh kar sakta q k ksi ne agr apko apny running project k lie app analyser banwana ha to wo to ksi expert technical bandy se hi karwaega na k 1 non technical bandy se

  2. Aslam alaikum
    when i import open ai , its install all package but there is also som error which i have copied below. how i can overcome this ??

    Installing collected packages: h11, httpcore, httpx, openai

    ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.

    llmx 0.0.15a0 requires cohere, which is not installed.

    llmx 0.0.15a0 requires tiktoken, which is not installed.

    Successfully installed h11-0.14.0 httpcore-1.0.2 httpx-0.25.2 openai-1.3.5

  3. I am from India "thank you sir". Aapke channel se bahut kuch sikhne ko milta hai. Khash kar value delivery bala. Reality me youth logo ka super hero aap jaise log hai and country ka bhi.Thank you .❤❤

  4. Your efforts are highly appreciable for new learners but Lecture no 6 is not understandable and not an appropriate for those who haven't programming background so not a single word or logic i have understood in the last part of this video.

  5. Sir, Nice to see it, i tried but i m facing following problem in this step

    This step is not working…..plz explain or identify error

    fpath = Path ('/content/gdrive/config.txt')

    cfg_reader = configparser.ConfigParser()

    cfg_reader.read (str(fpath))

    openai_api_key=cfg_reader.get('API_KEY', 'openai_api_key')
    It shows this error "Source contains parsing errors"