
Access downloadable exercise files, code samples, and APIs to build chat bots, transcribe audio with Whisper, and fetch weather data via a function calling OpenWeatherMap integration—using FastAPI and GPT models.
Download the starter project for factual answering, run a command-line interface to ask AI factual questions, and configure OpenAI API keys and language models to generate completions.
Configure your project with an API key to interact with the language model, set up environment variables, and run a test prompt using Python with the legacy completions API.
Discover how GPT models enable human-like conversations in ChatGPT and AI chatbots. Learn to set up a Node.js project, authenticate with OpenAI, and craft prompts for chat completions.
Define prompts and send requests to a language model via a post route in a rest api, configure api keys, system messages, and json handling, then test with curl.
Test a RESTful API with postman by sending a post request to the ask route on port 5000 and validate chatbot's response, planning a UI for AI chat bots.
Learn to enable a language model to call external APIs via function calling, using a chat endpoint and json prompts to fetch current weather data.
Kick off a starter project by defining a function and letting the language model auto call it to fetch weather data from an external API using user messages.
Learn to fetch current weather from openweathermap.org using latitude, longitude, and an API key, including geocoding to coordinates and converting Kelvin to Celsius or Fahrenheit.
Build a full-stack chatbot that uses function calling to fetch current weather data from an external API and display it within a natural chat conversation.
Build a transcription application by running a summarization chain over transcripts using a wrapper OpenAI model, loader, and text splitter, converting transcripts into documents and generating concise summaries.
Connect and run a React client app, install dependencies with npm i, start the server, and perform transcription and summarization via Axios, displaying the transcript and summary.
- The OpenAI API is one of the most exciting advancements in the world of natural language and code processing.
- Its powerful models and flexible endpoints offer a wealth of possibilities for web developers looking to take their skills to the next level.
- In this course, you'll dive into the world of OpenAI APIs and GPT language models. Our focus will be on the completions endpoint and how it can be applied to text completion and various other language-processing tasks.
- Students will work on an end-to-end Generative AI project incorporating the learned concepts.
The course includes Projects, Hands-on Labs, Case Studies and Real-world Applications.
# 1: Introduction to Generative AI :
with the OpenAI API to solve a wide range of language processing tasks, including :
content generation, summarization, semantic search, and sentiment analysis
a quickstart Tutorial to gain experience and build your first AI-powered application with the APIs and the large language models (LLMs).
You will learn how to build a simple sample node application.
Along the way, you’ll learn key concepts and techniques :
authentication with the API key,
prompt design, adjust settings and generate completions
# 2: The Chat models Models:
explore the different language models available through the OpenAI API, including the cutting-edge GPT language model
integrate the Chat completion API to create an AI-agent
# 3: Speech-to-Text
discover the Audio Whisper API to turn audio files into transcriptions
implementing Speech-to-Text to convert podcast audio samples into text
# 4: Function Calling in AI Systems
extend the LLMs capacities
and give the language models the ability to call external APIs and generate extended responses.
# 5: Experiment with LangChain : a framework to easily create applications with the generative models
# Target and intended audience
Whether you're a seasoned web developer with years of experience or just starting, this course is designed to help you take your skills to the next level.
For Web Developers of All Levels
Basics of Node JS, ReactJS, and Python
No prior programming experience is required, and the course is suitable for developers of all levels, from beginners to advanced.
# Requirements and prerequisites for the course :
Basics of web development: HTML, CSS
Some basic programming language
The javascript fundamentals and Python
In this comprehensive course, you will gain a deep understanding of the OpenAI API and its capabilities, along with hands-on experience in building your applications using Node.js, ReactJS, and Python.
So why wait? Enroll now and unleash the full potential of AI and build your first nextGen application.