Packt
LangChain MasterClass: Build 15 LLM Apps with Python

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
Packt

LangChain MasterClass: Build 15 LLM Apps with Python

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

13 heures pour terminer
3 semaines à 4 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

13 heures pour terminer
3 semaines à 4 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

  • 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.

Compétences que vous acquerrez

  • Catégorie : Chains
  • Catégorie : OpenAI
  • Catégorie : Streamlit
  • Catégorie : LLMs
  • Catégorie : LangChain

Détails à connaître

Obtenez un certificat professionnel

Ajouter à votre profil LinkedIn

Récemment mis à jour !

septembre 2024

Évaluations

10 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

Emplacement réservé
Emplacement réservé

Obtenez un certificat professionnel

Ajoutez cette qualification à votre profil LinkedIn ou à votre CV

Partagez-le sur les réseaux sociaux et dans votre évaluation de performance

Emplacement réservé

Il y a 25 modules dans ce cours

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.

Inclus

3 vidéos1 lecture

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.

Inclus

2 vidéos

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.

Inclus

2 vidéos1 devoir

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.

Inclus

1 vidéo

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.

Inclus

4 vidéos

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.

Inclus

3 vidéos1 devoir

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.

Inclus

4 vidéos

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.

Inclus

5 vidéos

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.

Inclus

5 vidéos1 devoir

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.

Inclus

2 vidéos

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.

Inclus

7 vidéos

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.

Inclus

3 vidéos1 devoir

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.

Inclus

4 vidéos

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.

Inclus

3 vidéos

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.

Inclus

1 vidéo1 devoir

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.

Inclus

3 vidéos

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.

Inclus

4 vidéos

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.

Inclus

6 vidéos1 devoir

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.

Inclus

8 vidéos

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.

Inclus

5 vidéos

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.

Inclus

1 vidéo1 devoir

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.

Inclus

2 vidéos

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.

Inclus

6 vidéos1 devoir

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.

Inclus

2 vidéos

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.

Inclus

4 vidéos2 devoirs

Instructeur

Packt - Course Instructors
Packt
371 Cours9 008 apprenants

Offert par

Packt

Recommandé si vous êtes intéressé(e) par Software Development

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.
Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’
Jennifer J.
Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’
Larry W.
Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’
Chaitanya A.
’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’
Emplacement réservé

Ouvrez de nouvelles portes avec Coursera Plus

Accès illimité à plus de 7 000 cours de renommée internationale, à des projets pratiques et à des programmes de certificats reconnus sur le marché du travail, tous inclus dans votre abonnement

Faites progresser votre carrière avec un diplôme en ligne

Obtenez un diplôme auprès d’universités de renommée mondiale - 100 % en ligne

Rejoignez plus de 3 400 entreprises mondiales qui ont choisi Coursera pour les affaires

Améliorez les compétences de vos employés pour exceller dans l’économie numérique

Foire Aux Questions