Packt
LangChain MasterClass: Build 15 LLM Apps with Python

Diese kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

LangChain MasterClass: Build 15 LLM Apps with Python

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

Es dauert 13 Stunden
3 Wochen bei 4 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

Es dauert 13 Stunden
3 Wochen bei 4 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Design automated marketing and customer support tools.

  • Analyze and streamline data analysis and CSV processing.

  • Develop skills in invoice data extraction and SQL query tools.

Kompetenzen, die Sie erwerben

  • Kategorie: Chains
  • Kategorie: OpenAI
  • Kategorie: Streamlit
  • Kategorie: LLMs
  • Kategorie: LangChain

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

September 2024

Bewertungen

10 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

Platzhalter
Platzhalter

Erwerben Sie ein Karrierezertifikat.

Fügen Sie diese Qualifikation zur Ihrem LinkedIn-Profil oder Ihrem Lebenslauf hinzu.

Teilen Sie es in den sozialen Medien und in Ihrer Leistungsbeurteilung.

Platzhalter

In diesem Kurs gibt es 25 Module

In this module, we will introduce you to LangChain, an open-source framework designed to facilitate the creation of applications powered by large language models. We will discuss the objectives and benefits of LangChain and provide an overview of what you will gain from this course.

Das ist alles enthalten

3 Videos1 Lektüre

In this module, we will delve into the foundational aspects of OpenAI, exploring its history and powerful language models like GPT-3 and Codex. Additionally, we will cover the practical steps to set up and utilize OpenAI's API for various applications.

Das ist alles enthalten

2 Videos

In this module, we will demonstrate a practical implementation of LangChain to improve question-answering capabilities and guide you through the installation of Anaconda, which is essential for our upcoming projects using Jupyter Notebooks.

Das ist alles enthalten

2 Videos1 Aufgabe

In this module, we will provide an overview of the different modules within LangChain, including models, prompts, memory, indexes, chains, agents, and callbacks, highlighting their functionalities and practical applications.

Das ist alles enthalten

1 Video

In this module, we will walk you through the creation of a simple question-answering app using LangChain. You will explore different models, set up the project environment, and build an application that utilizes LangChain for effective AI-driven interactions.

Das ist alles enthalten

4 Videos

In this module, we will guide you through the development of a simple conversational app using LangChain. You will learn to configure the environment, set up the chatbot, and implement custom conversational contexts for an interactive user experience.

Das ist alles enthalten

3 Videos1 Aufgabe

In this module, we will explore word embeddings and their applications in machine learning projects. You will learn to implement text embeddings using LangChain and build an application that helps children understand similar words and objects.

Das ist alles enthalten

4 Videos

In this module, we will delve into the prompts module in LangChain, learning how to design effective prompts, use prompt templates, and explore features like example selectors and output parsers to optimize the model's responses.

Das ist alles enthalten

5 Videos

In this module, we will build a marketing campaign app using LangChain. You will learn to convert Jupyter Notebooks to Python scripts, develop a user interface with Streamlit, and integrate frontend and backend components for a seamless application.

Das ist alles enthalten

5 Videos1 Aufgabe

In this module, we will focus on the memory modules in LangChain, highlighting the importance of conversation buffer memory and exploring different types of memory to enhance AI interactions by retaining and recalling past conversations.

Das ist alles enthalten

2 Videos

In this module, we will guide you through the creation of a ChatGPT clone with summarization capabilities. You will learn to set up the project environment, implement a conversational view, and enhance the chatbot with features like dynamic inputs and user API keys.

Das ist alles enthalten

7 Videos

In this module, we will delve into the Data Connection module in LangChain, exploring its importance and functionality. You will learn to process data, create vector embeddings, and use retrievers to fetch relevant information efficiently.

Das ist alles enthalten

3 Videos1 Aufgabe

In this module, we will build an MCQ creator app using LangChain. You will learn to load documents, create embeddings, retrieve answers, and format the output in an MCQ format for practical applications.

Das ist alles enthalten

4 Videos

In this module, we will explore the concept of chains within LangChain, learning how to connect different LLMs, implement generic and sequential chains, and utilize utility chains for simplifying complex tasks and saving development time.

Das ist alles enthalten

3 Videos

In this module, we will explore the concepts of action agents and plan and execute agents within LangChain. You will learn how these agents make decisions and create plans, combining their functionalities for smarter and more efficient outcomes.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will create a data analysis tool that processes CSV files based on user queries. You will learn to set up the application, implement the UI, and use LangChain and OpenAI to analyze and generate responses from CSV data.

Das ist alles enthalten

3 Videos

In this module, we will develop a YouTube script-writing tool using LangChain. You will learn to set up the project environment, create the UI, and integrate LangChain to generate dynamic and engaging video scripts based on user inputs.

Das ist alles enthalten

4 Videos

In this module, we will guide you through the creation of a support chatbot for websites using LangChain. You will learn to implement data scraping, set up a user interface, and integrate frontend and backend components to provide natural language assistance on your website.

Das ist alles enthalten

6 Videos1 Aufgabe

In this module, we will build an automatic ticket classification tool using LangChain. You will learn to implement the UI, handle document uploads, and train a classification model to categorize tickets into different departments based on user queries.

Das ist alles enthalten

8 Videos

In this module, we will create a resume screening assistance tool for HR using LangChain. You will learn to set up the project, analyze resumes, and match them with job descriptions, simplifying the screening process and enhancing HR efficiency.

Das ist alles enthalten

5 Videos

In this module, we will introduce you to the LLAMA 2 model, a powerful open-source tool offered by Meta. You will learn about its versions, parameter sizes, and potential applications in generative AI, along with the steps to download and set up LLAMA 2 for local use.

Das ist alles enthalten

1 Video1 Aufgabe

In this module, we will guide you through the development of an email generator using LangChain and LLAMA 2. You will learn to set up the project, design the UI, and implement the LLAMA 2 model to generate dynamic and personalized email content.

Das ist alles enthalten

2 Videos

In this module, we will build an invoice extraction bot using LangChain and LLAMA 2. You will learn to implement data extraction from PDF invoices, process the extracted data, and create a user interface for viewing and downloading the results.

Das ist alles enthalten

6 Videos1 Aufgabe

In this module, we will create a text-to-SQL query helper tool using LangChain, Google Colab, and LLAMA 2. You will learn to set up the environment, implement pipelines for text prediction, and utilize LangChain to generate SQL queries based on user inputs.

Das ist alles enthalten

2 Videos

In this module, we will build a customer care call summary alert tool using LangChain, OpenAI, and Zapier. You will learn to implement the UI and backend logic for processing call data, automate the summarization, and set up an email alert system for efficient customer care management.

Das ist alles enthalten

4 Videos2 Aufgaben

Dozent

Packt - Course Instructors
Packt
371 Kurse9.410 Lernende

von

Packt

Empfohlen, wenn Sie sich für Software Development interessieren

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Platzhalter

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu über 7.000 erstklassigen Kursen, praktischen Projekten und Zertifikatsprogrammen, die Sie auf den Beruf vorbereiten – alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen