Companies Home Search Profile

Generative AI using OpenAI API for Beginners

Focused View

Bharath Thippireddy

2:32:14

29 View
  • 1. Course Introduction.mp4
    01:47
  • 2. How to make the best of this course.mp4
    01:32
  • 3. Completed Scripts on GitHub.mp4
    00:19
  • 1. What is AI.mp4
    01:25
  • 2. What is OpenAI API.mp4
    01:50
  • 3. Introduction.html
  • 1. Setup an OpenAI account.mp4
    02:40
  • 2. Pricing.mp4
    03:18
  • 3. OpenAI API Docs.mp4
    01:19
  • 4.1 keyinstructions.txt
  • 4. Create and configure a Key.mp4
    02:39
  • 1. Create the python project.mp4
    01:24
  • 2. OpenAI API in action.mp4
    06:07
  • 3. More about response object.mp4
    02:55
  • 4. Code Walk Through.mp4
    03:32
  • 5. Using stop sequences.mp4
    02:38
  • 6. Temperature.mp4
    02:01
  • 7. Open AI API in Action.html
  • 8. Text Completion Usecase.mp4
    03:53
  • 9. Sentiment Analysis.mp4
    02:17
  • 10.1 companies.txt
  • 10. Text Classification Usecase.mp4
    01:39
  • 11.1 pythoncode.txt
  • 11. Explain Code.mp4
    02:46
  • 12. Text Completions.html
  • 13. Summarise Minutes Of Meeting.html
  • 14. Using Assistant for Context.mp4
    05:35
  • 15. In Context Training.mp4
    04:06
  • 16. Work like ChatGPT.mp4
    08:29
  • 17. Text Moderation.mp4
    03:28
  • 18. Moderation in action.mp4
    06:18
  • 19. Context and Moderation.html
  • 20. Getting multiple responses.mp4
    04:54
  • 21. Streaming in action.mp4
    05:17
  • 22. Multiple Responses and Streaming.html
  • 23. Error Handling.mp4
    02:39
  • 24. Error Handling in action.mp4
    05:51
  • 25. Error Handling.html
  • 26. Top P.mp4
    01:35
  • 27. Control the quality.mp4
    02:12
  • 28. Logit.mp4
    05:40
  • 29. Control Responses.html
  • 1. Introduction.mp4
    01:36
  • 2.1 sample english.zip
  • 2. Whisper in action.mp4
    04:02
  • 3.1 sample french.mp3
  • 3. Translate.mp4
    01:45
  • 4. Using multiple models.mp4
    03:33
  • 5. Processing Lengthy Audio.mp4
    01:40
  • 6. Setup PyDub.mp4
    02:44
  • 7. PyDub and Whisper in action.mp4
    06:59
  • 8. Audio.html
  • 9. Generate Quizzes.html
  • 1. Introduction.mp4
    02:16
  • 2. Generate a image.mp4
    02:35
  • 3. Saving a binary image.mp4
    04:32
  • 4. Generating Image Variations.mp4
    01:55
  • 5. Edit Images.mp4
    02:00
  • 6.1 Image Editing.zip
  • 6. Image Edit In Action.mp4
    03:42
  • 7. Images.html
  • 8. Images.html
  • 1. Introduction.mp4
    02:37
  • 2. Use Embedding API.mp4
    04:09
  • 3. Find Similarity.mp4
    04:04
  • 4. Embeddings.html
  • Description


    Unlock the Power of OpenAI: A Python Guide for OpenAI API Novices

    What You'll Learn?


    • Understand the fundamentals of AI,Generative AI and OpenAI API
    • Setup OpenAI account and Key
    • Create and run your first OpenAI API Python Program
    • Learn how to process the JSON Response
    • Control the model behaviour by passing in different parameters
    • Use the Text Completion Model to do Sentimental Analysis
    • Use the Text Completion Model to classify text, generate code and more
    • Learn what roles are and how to use them in the request
    • Maintain the context across requests
    • Moderate text using the Text Moderation AI Model
    • Receive and Handle Multiple Responses
    • Handle errors gracefully
    • Control the quality of the response
    • Use Whisper AI model to generate text from audio
    • Translate audio from other languages to english
    • Use audio and text models together
    • Generate Images using DALL.E Model
    • Edit Images using DALL.E Model
    • Understand what text embeddings are
    • Work on various use-cases using the Open AI Embedding Models
    • Master Open AI API in simple steps

    Who is this for?


  • Beginner Python Developers who want to master OpenAI AI
  • Any developer curious about OpenAI and OpenAI APIs
  • Students who have completed my Python For Beginners course
  • What You Need to Know?


  • Basic Knowledge of Python Programming
  • More details


    Description

    OpenAI's GPT series of language models have created headlines the world over.This course equips learners with the tools and expertise needed to develop AI-powered solutions, enabling them to leverage OpenAI's state-of-the-art models for various real-world applications, including chatbots, content generation, translation, and more, making it an invaluable resource for those seeking to stay at the forefront of AI innovation. Enroll now and embark on your journey into the realm of OpenAI using Python!

    This course is for Beginners and  Experienced Programmers with knowledge of python who wants to use OpenAI Models in their applications.


    Course Highlights:

    Demystifying OpenAI: Gain a clear understanding of what OpenAI is, how it works, and why it's revolutionizing the AI landscape.

    Getting Started with APIs: Explore the fundamentals of APIs and learn how to interact with OpenAI's API to access powerful AI models.

    Exploring Use Cases: Discover a wide range of practical applications for OpenAI API across industries like content creation, chatbots, language translation, and more.

    Hands-On Projects: Dive into real-world projects that will guide you through implementing OpenAI API in various scenarios, building your confidence with each exercise.

    Creating Chatbots: Develop your very own chatbot using OpenAI's API, enhancing your understanding of natural language processing and conversation generation.

    Content Generation: Learn how to generate creative and informative content with the help of AI models, giving your projects a competitive edge.

    Language Translation: Explore the capabilities of language translation using OpenAI API and create a multilingual experience for your applications.


    You will:


    • Understand the fundamentals of AI,Generative AI  and OpenAI API

    • Setup OpenAI account and Key

    • Create and run your first OpenAI API Python Program

    • Learn how to process the JSON Response

    • Control the model behaviour by passing in different parameters

    • Use the Text Completion Model to do Sentimental Analysis

    • Use the Text Completion Model to classify text, generate code and more

    • Learn what roles are and how to use them in the request

    • Maintain the context across requests

    • Moderate text using the Text Moderation AI Model

    • Receive and Handle Multiple Responses

    • Handle errors gracefully

    • Control the quality of the response

    • Use Whisper AI model to generate text from audio

    • Translate audio from other languages to english

    • Use audio and text models together

    • Generate Images using DALL.E Model

    • Edit Images using DALL.E Model

    • Understand what text embeddings are

    • Work on various use-cases using the Open AI Embedding Models

    • Master Open AI API in simple steps



    What are the requirements?

    • Python,PyCharm Community Edition or Any other IDE




    Who this course is for:

    • Beginner Python Developers who want to master OpenAI AI
    • Any developer curious about OpenAI and OpenAI APIs
    • Students who have completed my Python For Beginners course

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Bharath Thippireddy
    Bharath Thippireddy
    Instructor's Courses
    Bharath Thippireddy is an Entrepreneur, Software Architect and Public Speaker who has trained 600000 + students across the planet. He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA. He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.His trainings will help you master Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.From 30+ Courses which currently have 600K+ Learners you can pick a track and master Spring Boot Project Development using Angular and ReactAngular and React project creation with Java or Node backendComplete Python Stack from core Python to Django REST FrameworkDocker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy stepsJava (Java Design Patterns,Java Web Services,Java Messaging Service) Spring modules ( Spring Security, Spring Boot,Spring Data using Hibernate,Spring Data REST)Serverless programming using AWS Lambda and more
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 47
    • duration 2:32:14
    • Release Date 2023/10/28