Tag: ai
All the articles with the tag "ai".
-
A LangChain pipeline that ingests product reviews, summarizes feedback, classifies sentiment, and generates personalized responses using Groq and LCEL chaining.
-
A walkthrough of converting raw text into dense vector embeddings using BERT — preprocessing with NLTK, tokenization, generating token-level embeddings with PyTorch, and pooling them into sentence embeddings.