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/
To run the code, you must first install the transformers library using either pip or conda:
pip install transformersconda install transformers
- Data Prep
- Sentiment Analysis
- Zero-Shot Classification
- Document Similarity