Название: OpenAI GPT For Python Developers: The art and science of developing intelligent apps with OpenAI GPT-3, DALL·E 2, CLIP, and Whisper. A comprehensive and example-rich guide suitable for learners of all levels
Автор: Aymen El Amri
Издательство: Leanpub
Год: 2023-02-27
Страниц: 235
Язык: английский
Формат: pdf (true), epub
Размер: 18.8 MB
Explore the fascinating world of Artificial Intelligence and solve real-world problems!In this practical guide, you will build intelligent real-world applications using GPT-3, DALL-E, Whisper, CLIP, and more tools from the OpenAI and ML ecosystem. Rest assured, you don't need to be a data scientist or Machine Learning engineer to follow this guide. The knowledge you gain from this guide will be applicable to GPT-3 and will likely also be relevant to GPT-4, should it ever be released. OpenAI provides APIs (Application Programming Interfaces) to access their AI. The goal of an API is to abstract the underlying models by creating a universal interface for all versions, allowing users to use GPT regardless of its version. The goal is to provide a step-by-step guide to using GPT-3 in your projects through this API but not only - many other tools and models built by OpenAI such as Whisper (an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data), CLIP (Contrastive Language-Image Pre-Training), a neural network trained on a variety of (image, text) pairs and DALL·E 2, a new AI system that can create realistic images and art from a description in natural language.