Build a Conversation Agent using Facebook’s Blenderbot and #Python

Ever wanted to talk to a real life AI model? Well using Blenderbot you it’s NOT even that hard. In this tutorial you’ll learn how to leverage the Facebook Blenderbot to build conversational flows with Python. The model itself is accessed through Hugging Face Transformers which makes it super easy to get started with state of the art deep NLP models. This could be integrated into virtual agents, chatbots and deployed to a website! In this video you’ll learn how to: 1. Install Transformers and Blenderbot 2. Tokenize utterances for modelling 3. Speak to Facebook Blenderbot Get the code: Links Install PyTorch: Blenderbot Documentation: Chapters: 0:00 - Start 0:28 - Explainer 2:41 - Install Dependencies 4:25 - Import model 8:24 - Create Tokens 10:20 - Generate Output 14:26 - Testing Blenderbot Oh, and don’t forget to connect with me! LinkedIn: https:
Back to Top