Skip to content

adashofdata/nlp-in-python-llm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Practical NLP with LLMs in Python Demo

This demo was originally created for Grainger's Tech Conference 2025.

It highlights three examples from my 12-hour NLP in Python course: https://www.udemy.com/course/nlp-in-python-2025/

Prerequisites

To run the code, you must first install the transformers library using either pip or conda:

  • pip install transformers
  • conda install transformers

Summary of Demo

  1. Data Prep
  2. Sentiment Analysis
  3. Zero-Shot Classification
  4. Document Similarity

About

Getting started with LLMs using Hugging Face Transformers in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published